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?
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
That removed the circle icon that pops up on mouse over but not the fade effect.
Hey!
Please use the code as following instead
.page-id-116 #full_slider_1 .image-overlay { display: none !important; }
Regards,
Yigit
That did the trick. Thanks!