Home › Forums › WoodMart support forum › Change "cart" icon › Reply To: Change "cart" icon
April 16, 2021 at 11:42 am
#283556
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-add-btn-replace .add-to-cart-loop:before {
font-weight: unset;
content: "\f05a";
font-family: 'Font Awesome 5 Free';
}
Regards.
Xtemos Studios