Home Forums WoodMart support forum Color change product categories title

Color change product categories title

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

    silve992
    Participant

    Hello!

    I am using a dark image on my product categories as a background but the text is also dark. Is there any possibility to change the title and the text there with white color?

    I attached a screenshot to understand better what I mean.

    Thank you!

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

    Hello,

    Please provide your site URL I will provide custom CSS. If your site is under maintenance, please provide your site admin access to the private area.

    Best Regards

    #185517

    silve992
    Participant

    Thank you for your reply!

    #185635

    Hello,

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

    body .category-grid-item .category-title {
        color: white;
    }
    body .category-grid-item .more-products>a {
        color: rgba(255,255,255,0.8);
    }

    Best Regards

    #185649

    silve992
    Participant

    Thank you so much! Works fine! 🙂

    #185695

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Color change product categories title’ is closed to new replies.