DMXzone Lightbox 2 Support Product Page

Answered

DMX lightbox Remove the "Play" button

Asked 20 Jun 2018 05:38:16
1
has this question
20 Jun 2018 05:38:16 Hans Kiesouw posted:
We use the Lightbox to display a set of video clips, however we want to remove the bottom "arrow" which starts a slide show of the clips and is not really wanted. We do want to keep the left and right arrows to allow users to go to the next/previous clip, but Is it possible to have this bottom arrow NOT show?

Replies

Replied 21 Jun 2018 09:47:20
21 Jun 2018 09:47:20 Teodor Kuduschiev replied:
Hello Hans,
Please add the following rule to your custom css file:


#dmxBoxWrapper .playbtn {
    display: none !important;
}


This should do the trick.

Reply to this topic