Hello, I am using the Fullscreen-Slider with Videos that link to a portfolio-page.
When I click on a video to get to the portfolio-page, the video stops at first and shows a “Pause”-sign and the redirects to the target link.
How can I disable this, when not the action of pausing, then at least the appearance of the button.
Thanks for your help!
Hey alex,
Thank you for the inquiry.
That is the control (play, pause) overlay of the slider. If you want to hide it, add this code in the Quick CSS field or the child theme’s style.css file.
.av-click-overlay, .avia_playpause_icon {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
Please don’t forget to toggle the Performance > File Compression settings after adding the code — or just disable the option temporarily until you’re finished configuring the site.
Best regards,
Ismael
FANTASTIC!
Thanks!
Hi alex,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria