Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #431997

    Is there any way to turn off the greying out effect on image link hover?

    I want to use image links for the slider images , http://www.petersons-riverview.net/test/, but I would prefer that the image doesn’t grey out when hovered over.

    If this is able to be disabled can it be done only in this area or would it effect the whole site?

    #432543

    Hi josephhunterdesign!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-116 #full_slider_1 .image-overlay-inside{
    display:none !important;
    }

    Regards,
    Rikard

    #432788

    That removed the circle icon that pops up on mouse over but not the fade effect.

    #432801

    Hey!

    Please use the code as following instead

    .page-id-116 #full_slider_1 .image-overlay { display: none !important; }

    Regards,
    Yigit

    #432818

    That did the trick. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Is there any way to turn off the greying out effect on image link hover?’ is closed to new replies.