Home Forums WoodMart support forum Change main navigation text color. Reply To: Change main navigation text color.

#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