Hi!!
I searched for a while on the forum but I can’t fixed it. I need to change the cart icon (“\f11d”) on the related products in the product page. I already activated “Always Use” on Theme Settings>Performance>CSS and I already inset a new code with the wanted icon on Theme Settings>Custom CSS>Global Custom CSS (the wanted icon is “\f067”) but still appear a square in place of the plus icon.
The code I used was:
.wd-action-btn.wd-add-cart-btn > a:before {
content: "\f067";
font-family: "fontawesome" !important;
}
Can u help me?
Attachments:
You must be
logged in to view attached files.