Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #627575

    Is there any quick CSS code that will turn off or change the the overlay transparency of the white overlay when the mouse hovers over an Easy Slider?

    Also, how do you turn off the the overlay arrow on this as well?

    Thanks

    John

    #627795

    Hey John!

    Please go to Enfold theme options > Advanced Styling, edit “Linked Image Overlay ” and disable it

    Regards,
    Yigit

    #627897

    Thanks Yigit. Clever!

    Is there a way to set the transparency of the overlay to zero so just the icon shows up?

    #628261

    Hi!

    Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .image-overlay {
        background: transparent;
    }

    Cheers!
    Yigit

    #630125

    Hi Digit,

    Thanks for your response but this doesn’t seem to have any effect within the Easy Sliders. Is there any other quick CSS solutions I can try?

    Thanks

    #631037

    Hi,

    I changed the code to following one in Quick CSS

    .image-overlay {
       background: transparent !important;
    }

    Please review your website now

    Best regards,
    Yigit

    #631054

    Perfect. Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Easy Slider Mouse Hover Effect’ is closed to new replies.