Comments 2Cre8tve_works started the conversationMarch 18, 2017 at 1:43amWe have 1 looping video on this page via LayerSlider. When you first load the page you see a very brief "play" icon which fades out. The video is already auto playing. How to we remove the play button entirely?[deleted] repliedMarch 20, 2017 at 4:22pmHey Cre8tve_works,At the moment there is no dedicated option to remove the video play button. However you can use the following CSS code to do so: .ls-playvideo {display: none !important;} Sign in to reply ...
We have 1 looping video on this page via LayerSlider. When you first load the page you see a very brief "play" icon which fades out. The video is already auto playing. How to we remove the play button entirely?
Hey Cre8tve_works,
At the moment there is no dedicated option to remove the video play button.
However you can use the following CSS code to do so:
.ls-playvideo {
display: none !important;
}