Change icon on hover
Hello,
I need to change the icons on images hover for some pages.
How can I do that?
I've found that images have the <i class> parameter with "icon-link".
I'd like to change it to cart.
Maybe there is some place to put [icon type="icon-cart"] within the image shortcode?
I'm using tabs box and there is no shortcode generator inside.
I need to change the icons on images hover for some pages.
How can I do that?
I've found that images have the <i class> parameter with "icon-link".
I'd like to change it to cart.
Maybe there is some place to put [icon type="icon-cart"] within the image shortcode?
I'm using tabs box and there is no shortcode generator inside.
Comments
this requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer.
Thanks for understanding!
I need this chain icon to be a cart, that's all:
Adding code:
i.icon-link:before
{content: '\e801' !important;}
gives me the "icon-wallet-line". The question is - what code has the icon-cart?
OK, I made it by myself. The code is e9a3.