Home Forums WoodMart support forum Two questions on the WoodMart theme.

Two questions on the WoodMart theme.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #433820

    jakeplum173
    Participant

    Hey, I would like assistance in fixing two matters. First, how do I change the category font colour from dark to white? The second is how do I change the “Categories” section on mobile to say “Brands” instead. Thank you.

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    You can find the option to rewrite the Mobile menu titles in the Mobile menu of the Header builder: https://gyazo.com/e9f4c0a8964c5f4c9ec9dfc4d511156a and https://gyazo.com/22401b51c399a4d1bce699f4c49bac61

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

    .category-grid-item .wd-entities-title {
     color:white;
    }

    Best Regards

    #434034

    jakeplum173
    Participant

    Hey, thank you for the menu help! However, the code you sent me isn’t working :/

    #434410

    Hello,

    Please try this one:

    body .category-grid-item .wd-entities-title {
     color: white;
    }

    Best Regards

Tagged: , ,

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