• Resolved dtp81390

    (@dtp81390)


    When this theme is used on a mobile device. The menu bar turns turquoise and I want to change it to a tangerine color like the footer.

    Can someone please help point me in the right direction. I do not know much about the code and I cannot quite figure out where to edit the color

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

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

    (@vowelweb)

    Hello @dtp81390,

    Add the below CSS Code and change the color code as per your website color and paste it in additional css for that Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste here >> Publish it.

    Color Code : #23cfca

    @media screen and (max-width: 720px){
    .toggle a {
    background: url(assets/images/responsive_menu.png) no-repeat right center #23cfca;
    }
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Menu Color’ is closed to new replies.