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
The topic ‘Swapping shop icon’ is closed to new replies.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.