Home › Forums › WoodMart support forum › Cart icon color › Reply To: Cart icon color
February 24, 2022 at 9:28 am
#355733
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-header-cart .wd-tools-icon.woodmart-cart-icon:before {
color:red;
}
Change the color as per your needs.
Best Regards