Im really sorry if this is obvious guys.
I cannot seem to find where the setting is to remove the effects that appear by default when you hyperlink an image?
When the user rolls over an image thats a hyperlink a circle and arrow appear over the image. I would just prefer that the image is hyperlinked with no added effects.
Happy for this to be a global setting change in the website.
Many Thanks
Mario
Hey mariocirillo!
Add this to your custom CSS.
.image_overlay { display: none !important; }
Cheers!
Elliott
Hello Elliott
Many Thanks for that however it did not seem to work?
Im using the latest version of enfold
Thanks
Mario
Hey Mario,
Please try the following instead:
.image-overlay {
visibility: hidden;
}
http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/
Best regards,
Rikard
Thankyou Rikard and also Elliott for your time, that worked a treat :)