Primary color flexibility
-
Changing the primary color changes more things than I would like.
Example, I want to edit these alone:
http://prntscr.com/pj8xfr
http://prntscr.com/pj8xp8
FOR CLARITY, I DO NOT WANT TO CHANGE THESE (primary color changes them):
http://prntscr.com/pj8y05
http://prntscr.com/pj8y84
http://prntscr.com/pj8ymg
Kind regards, and thanks 🙂
Hello,
As you are changing the primary color and it affects many other strings and text which you do not want to change. But as those strings and text contains the primary color so we can not change this rule.
The only way to change the color of specific strings or text is via CSS code. Kindly share the url of your site so I can provide you CSS code accordingly for product grid items.
For the counter background you can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:
.wd-tools-icon .wd-tools-count{
background:red;
}
Best Regards.
Thanks, I left the site info in private content:
Hello,
Kindly paste the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS. I have test this code in your site and it works alright:
.wishlist-icon .wd-tools-count{
background:blue;
}
.woodmart-cart-icon .woodmart-cart-number{
background:blue;
}
.woodmart-hover-quick .woodmart-add-btn > a{
background:blue;
}
Result: https://jmp.sh/chbqUNu
Best Regards.