• Resolved david.reynolds

    (@davidreynolds)


    Can someone tell me how to change the color of the top navigation bar from red to something else? I can’t find any reference to red in the theme CSS. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • check the theme customiser for ‘theme color’;

    you could also try to add some new CSS via the ‘cusom CSS’ section of your theme; example:

    .secondary-navigation,
    .secondary-navigation ul ul li,
    .secondary-navigation ul ul li:hover,
    .secondary-navigation ul ul ul li:hover,
    .secondary-navigation ul ul ul li,
    #mobile-menu-wrapper,
    a.sideviewtoggle
    {
      background-color: green;
    }
    Thread Starter david.reynolds

    (@davidreynolds)

    Thank you so much! It was in fact in Appearance > Customize > Design & Layout.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize Red Navigation Bar’ is closed to new replies.