Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • infinart Friend
    #204812

    Hello,

    How can I stop the blue transparency and button from appearing when the mouse is moved while a video is playing?

    chavan Friend
    #563780

    Add this code to custom.css

    .acm-hero.style-4 .video-wrapper::before {
    background: none !important;
    }

    .hero-btn-actions{
    display:none !important;
    }

    infinart Friend
    #563819

    Thank you. That is close but not quite what I need. Can we make is so that when the mouse is moved the blue and the text disappear and when it’s moved again does not come back, unless the page is refreshed?

    chavan Friend
    #563872

    you can’t accomplish that using css. for this you need to make some javascript code.

    infinart Friend
    #564146

    Thanks. I don’t know javascript code at all. Are you able to supply some code? Pleeeese? 🙂

    chavan Friend
    #564188

    please post your website Url and admin details please via PM

    grantbrown Friend
    #571375

    This works but disables the ability to interact (stop/start/timeline) with the video. Any way to disable the overlay and still be able to interact with video? I tried removing hero-btn-actions. That allows me to interact with video but the button comes back.

    Saguaros Moderator
    #572130

    Could you post your site’s URL here so that we can take a look?

    grantbrown Friend
    #572347

    .acm-hero.style-4 .video-wrapper:before {
    display: none
    }

    .hero-btn-actions {
    display: none
    }

    This worked for me. I had Adam a pm with site.

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 4 voices, and was last updated by  grantbrown 9 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum