Home › Forums › WoodMart support forum › Cart icon › Reply To: Cart icon
November 16, 2023 at 11:27 am
#512798
Hung Pham
Keymaster
Hi WoodyP,
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.add-to-cart-loop:before,
.wd-header-cart .wd-tools-icon:before{
content: "\f157" !important;
}
Regards,