Hi,
when you go over a image with a link you get an icon overlay.
Is it possible to change that icon ?
Hey BPC,
Please provide a link to the site in question so we can reference the correct element. You should be able to change the icon in the following CSS:
.image-overlay .image-overlay-inside:before {
content: "\E869";
font-family: 'entypo-fontello';
}
Tutorial on adding your own icon: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Best regards,
Jordan Shannon
link in private
Hi,
Adding the above css I shared to quick css should work for you.
Best regards,
Jordan Shannon
thanks, will check later and let you know !
Hi,
Great, please let me know if it works for you.
Best regards,
Jordan Shannon