Home Forums WoodMart support forum Changing certain text & stare rating colors.

Changing certain text & stare rating colors.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #500726

    me-2954
    Participant

    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.
    #500820

    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.

    #500836

    me-2954
    Participant

    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.

    #500880

    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.

Viewing 4 posts - 1 through 4 (of 4 total)