Home Forums WoodMart support forum Change font color product category element

Change font color product category element

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #251001

    inputchip
    Participant

    Hi, how do I change the font color to white, just like the demo on product category images? I cannot find the setting. See screenshot.

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

    inputchip
    Participant

    In the demo, there is no rules applied in Advanced Typography, so it seems this is not the solution.

    #251053

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .category-grid-item .category-title {
    color: white;
    }
    
    .category-grid-item .more-products {
    	color: white;
    }

    Best Regards.

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