Home Forums WoodMart support forum Product category under title

Product category under title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #266379

    Rachid
    Participant

    I want to change the colors of the category under the product title to the following:

    Color: #777777
    when hovered: #2d351a

    Please check screenshot

    Thank you

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

    Hello,

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

    body .product-grid-item .woodmart-product-cats a {
        color: #777777;
    }
    body .product-grid-item .woodmart-product-cats a:hover{
        color: #2d351a;
    }

    Best Regards

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