Home Forums WoodMart support forum Change category font color in product grid

Change category font color in product grid

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #417179

    famibuy
    Participant

    Hi, please see the image attached.
    How can i change category font color in product grid ?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #417273

    Hello,

    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/

    Best Regards

    #417312

    famibuy
    Participant

    Hello, i do it already.

    But, the font changed, color No changed.

    #417404

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item .wd-product-cats a{
        color:red;
    }
    body .product-grid-item .wd-product-cats a:hover{
        color: green;
    }

    Best Regards

    #417838

    famibuy
    Participant

    Great, thank you!

    #418012

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Change category font color in product grid’ is closed to new replies.