Tagged: ,

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

    Hello,

    Is there a way to remove the hover from the slider? When you roll over it, there’s a transparent overlay and a circle with an arrow in it. I’d like to have it removed all together and keep in plain. I found another a thread that stated to add the following to quick css:

    .image_overlay_effect.external_image {
    display: none !important;
    }

    I added the above and it still didn’t remove it. Thank you in advance for your assistance!

    • This topic was modified 10 years, 9 months ago by ojooce.
    #219206

    Hey!

    Try adding this code to the Quick CSS:

    .avia-slideshow-inner .image-overlay.overlay-type-extern {    
        display: none !important;
    }

    Cheers! 
    Josue

    #219207

    You guys are quick! Worked like a charm. Thanks Josue! You guys have the best themes and customer support!!!

    #219209

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Hover on Slider’ is closed to new replies.