This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Jennifer
Hi guys!
I have a case a bit weird and I don’t even understand it, but my client asked for it.
Is there a way to changing/swapping the icons of this 2?
They want the cart icon to open de quick view pop-up and the view icon to take you to the single product page. ?♀️
Thank you!
Hello,
Add the below code to Theme Options > Custom CSS
.footer-product .show-quickly:before {
content: "\e90c";
}
.et_cart-type-2 .footer-product .button:before {
content: "\e907";
}
Regards
Great!
Works perfectly.
Thank you very much!
Tagged: icon, persuasive, shop, swapping, templates, woocommerce, wordpress
The issue related to '‘Swapping shop icon’' has been successfully resolved, and the topic is now closed for further responses