Gateway Theme Trying to change the color of the Menu Bar

  • Unknown's avatar

    Thanks for any help in advance.

    I’m putting together a Small Website for information on a friends taxidermy site. I’m using the Gateway theme which he says works for him with some minor tweaks. He really wants the main menu bar, directly under the header, Black with white Text. I’ve looked but am having trouble finding the right code to identify that part of the template to be able change it.

    Any help is appreciated!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to change the navigation background to black and the menu items to white.

    .stick {
        background-color: #000 !important;
    }
    .main-navigation a {
        color: #fff !important;
    }
  • Unknown's avatar

    Thanks friend!

    It worked perfectly. I very much appreciate the hand up!

  • Unknown's avatar

    Awesome, and you are welcome.

  • The topic ‘Gateway Theme Trying to change the color of the Menu Bar’ is closed to new replies.