• When I view the website on mobile, the nav menu colour is a green/aqua colour which doesn’t match my site colours at all. How do I change the colour on the mobile menu background?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @jessicamck,

    Add the below CSS code in additional CSS for that go to dashboard >> Appearance >> Customize >> Additional CSS >> paste the below CSS >> Publish it.

    @media screen and (max-width: 1000px){
    .toggle-nav i {
       background: red;
    }
    }

    Note: Add your color code instead of “red” color.

    You can also change complete website color with the help of global color for that go to dashboard >> Appearance >> Customize >> Theme Typography >> Global Typography >> Here you will get the option to change the site color.

    Thanks.

    Thread Starter jessicamck

    (@jessicamck)

    I tried to input that code and it isn’t working, the nav is still turquoise on mobile. My “post” menu items are the correct blue colour but the “page” menu items are still turquoise. The Global Typography colours are changed to what I want and I can’t find anywhere in “Customize” that shows that turquoise colour.

    Thread Starter jessicamck

    (@jessicamck)

    @vowelweb

    I tried to input that code and it isn’t working, the nav is still turquoise on mobile. My “post” menu items are the correct blue colour but the “page” menu items are still turquoise. The Global Typography colours are changed to what I want and I can’t find anywhere in “Customize” that shows that turquoise colour.

    Theme Author VW THEMES

    (@vowelweb)

    Hello @jessicamck,

    Could you please check the below screenshot, are you telling about that nav background color?

    https://ibb.co/jGpXZg8

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Mobile Menu Background Colour’ is closed to new replies.