¿How can I change this default icon?
-
Hello,
How can I change the default icon that appears as a shopping cart on top of all products? My store will just be displaying products not selling them so i Would like to change it / or remove it and just leave quick view
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. To change the icon You can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-action-btn.wd-add-cart-btn>a:before {
content: "\f123";
font-family: woodmart-font;
}
Or you can try enabling the catalog mode from Theme Settings >> Shop >> Catalog Mode.
Screenshot for Clarification: https://prnt.sc/vd9j6w
It will remove the add to cart button from the website.
Regard’s.
Xtemos Studios.