Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1214299

    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!

    #1216445

    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

    #1216484

    FANTASTIC!
    Thanks!

    #1216608

    Hi alex,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.