Home › Forums › WoodMart support forum › style change of theme colors for all elements › Reply To: style change of theme colors for all elements
November 4, 2019 at 3:02 pm
#154688
Aizaz Imtiaz Awan
Keymaster
Hello,
1. For the first screenshot you need to share the page URL so I can check which product style you currently using and I will provide CSS accordingly.
2. For the cart, compare and wishlist counter color you can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:
.wd-tools-element .wd-tools-count{
color:black;
}
.woodmart-cart-design-2 .woodmart-cart-number{
color:black;
}
Best Regards.