DMXzone Lightbox 2 Support Product Page

Answered

DMX lightbox Remove the "Play" button

6 years ago 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 6 years ago
6 years ago 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