Okay
  Public Ticket #1554096
Navbar color change when window is reduced
Closed

Comments

  • Loren started the conversation

    The navbar changes colour when reduced in size but I can't override that with the class name and additional CSS. How can I change this? 

  •  1,627
    Andrey replied

    Hello, Dear Loren.

    Please click WP Dashboard => Appearance => Customize => Additional CSS and insert here this code:

    .nav-button {   
        background-color: #FFEB3B;
    }
    

    Then click "Publish" button. This step will change the color of reduced menu bar. Also you may change #FFEB3B color to any other.

    Best Regards!