• I would like to have a light color background color for my menu but due to the text is the white color I can not read them when that happens.

    How do we change the color of the text?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    You can change the menu text colour using this code:

    
    .main-navigation a {
        color: grey;
    }
    

    Put the code into Customize > additional CSS.

    Best,

Viewing 1 replies (of 1 total)
  • The topic ‘Menu Text Color’ is closed to new replies.