• Resolved StacieR

    (@stacier)


    Hello,

    Is there a way to change the color of the primary menu bar from black to my brand color?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Stacy,

    There isn’t an option in the theme for this, but you can make this customization with the following CSS:

    @media all and (min-width: 50em) {
    
      .mobile-menu-container,
      .mobile-menu-container:after {
        background: #999;
      }
    }

    Once you add that to the Custom CSS section in the Customizer, you can replace the #999 value with whatever color you want to use.

    Thread Starter StacieR

    (@stacier)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the color of the primary menu bar’ is closed to new replies.