Hello,
I changed the icon from cart to bag for the ‘add to cart’ button using CSS code:
.woodmart-hover-base:not([class*=”add-small”]) .wd-bottom-actions .add-to-cart-loop::before, .wd-add-btn-replace .add-to-cart-loop::before{
content:”\f120“!important;
font-family: “woodmart-font”;
}
Where can I find the complete list of fontawesome icon unicodes or icons that come with woodmart theme? Not all unicodes are displayed when copied from https://fontawesome.com/v4.7.0/
Thank you