Home › Forums › WoodMart support forum › Basket icon for add to cart button › Reply To: Basket icon for add to cart button
September 28, 2020 at 10:36 pm
#229424
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-add-btn-replace .add-to-cart-loop:before{
content: “\f124”;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
Best Regards