• Resolved denispro22

    (@denispro22)


    On website we would like to change header photo to bright (white) background. The theme was created as Child theme. I can’t find where to change menu color. Now the menu text is white.
    In settings where customizing Color there is no menu color just:
    Background Color
    Primary color
    Site title
    Site description
    Menu background
    Body text
    Footer background

    Could you please help me?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You’ll need to add your own CSS code for the main menu link color. For example

    @media only screen and (min-width: 1025px) {
      .main-navigation ul.menu > li > a:not(:hover) {
        color: #000;
      }
    }

    The code above will only change the top level menu color. All sub-menus will remain unchanged.

    To apply CSS code to your site, insert the code into Additional CSS under the Appearance > Customize menu.

    Thread Starter denispro22

    (@denispro22)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change menu color’ is closed to new replies.