Home › Forums › WoodMart support forum › Change Cart Icon › Reply To: Change Cart Icon
September 13, 2020 at 9:03 pm
#225890
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:"";
background-image:url( https://broadwayz.ae/wp-content/uploads/2020/09/Cart-Icon.png);
background-size:contain;
background-position:65% center;
background-repeat:no-repeat;
}
Best Regards