Changing certain text & stare rating colors.
-
First, I wanna thank for the great work you’ve done in this WooCommerce theme – I love it.
If you please, I have a problem finding the place where I can change some elements colors in product loop everywhere!
Like the Category and the Star rating colors. (please, see the attached screen capture)
Can you guide me, please?
Attachments:
You must be
logged in to view attached files.
Hello,
You can add the below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
.product-grid-item .wd-product-cats a {
color: red;
}
.star-rating span {
color: blue;
}
Change the color as per your need.
Best Regards.
Thank you for your reply
Can I know, please, the css code to change the product price color?
And where I can find a list of the text elements to not bothering you each time I want to change a text color.
Thank you.
Hello,
The price is not showing on your site.
You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
If you have any questions feel free to contact us.
Best Regards.