Home Forums WoodMart support forum Change main navigation text color.

Change main navigation text color.

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

    joshuayunker
    Participant

    Hello! I would like to change the text color of my main navigation in my header. Unfortunately, Woodmart defaults the menu text color as black. I can only change the menu text color when I change all other colors. I would like to implement a global CSS code that will turn the menu items/text blue. Can you please let me know how I would go about doing this? I have tried several codes, none of which has worked. Please let me know, thank you so much for your time and for the great theme!

    #73142

    Hello,

    Please try this code:

    .whb-color-light .navigation-style-default .item-level-0>a{
        color:red;
    }

    Replace “red” with the color as per your needs and add it into the Theme settings > Custom CSS

    If the code does not work I will need the site access.

    Best Regards

Tagged: , ,

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