On my site at the top https://easyflyers.com/ I am using full width easy slider with a vimeo video in the background. Everything looks great but if the user clicks on the video, it pauses the video and I see the controls and the vimeo information from the video at the top as well
how do I hide all of this when the video is paused?
Hey navindesigns,
Thank you for the inquiry.
You can add this css code to disable the default video click overlay.
.av-hide-video-controls .av-click-overlay {
pointer-events: none;
}
Best regards,
Ismael
I added that css but it did not change anything
Hi,
What happens when you add this css?
#top .av-video-slide, #top .av-video-slide .avia-slide-wrap {
pointer-events: none;
}
Best regards,
Ismael
that works
thank u so much
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike