Home Forums WoodMart support forum How to change text color

How to change text color

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

    profipk
    Participant

    Hi
    How to change the text color black to white category?
    http://joxi.ru/Q2KL1DpfLvKZ7A

    #114046

    Hello,

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

    body .category-grid-item .category-title {
        color: #ffffff;
    }
    body .category-grid-item .more-products {
        color: #ffffff;
    }

    Best Regards

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