Home Forums WoodMart support forum ¿How can I change this default icon? Reply To: ¿How can I change this default icon?

#238594

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.