• Good day support

    My menu is not showing up on mobile. its completely white but if i click on the corner on the menu bar then the menu drops down. But the option to show there is a menu is not showing.

    Please assist as soon as possible.

    Regards

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

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

    (@vowelweb)

    Hello @laurikab,

    To change the color of the open menu icon, follow the below steps:

    Add the below CSS code in the 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{
    color: #333333;
    }
    }

    Thank You.

    Thread Starter laurikab

    (@laurikab)

    Hi Support

    This has not solved the issue.

    Regards

    Theme Author VW THEMES

    (@vowelweb)

    Hello @laurikab,

    Try below CSS.

    @media screen and (max-width: 1000px){
    .toggle-nav i{
    color: #333333 !important;
    }
    }

    Thanks.

    Thread Starter laurikab

    (@laurikab)

    Hi Support

    Its still not working

    Regards

    Theme Author VW THEMES

    (@vowelweb)

    Hello @laurikab,

    Try below CSS.

    @media screen and (max-width: 1000px){
    .toggle-nav i{
    color: #333333 !important;
    }
    }

    Thanks.

    My menu is not showing up on your theme when I preview it. I don’t know if it matters that I haven’t yet connected it to my domain as I would like to finish the site before doing so.

    Thanks you

    Carolyn

    Theme Author VW THEMES

    (@vowelweb)

    Hello @cbj1964,

    It won’t work until you put that CSS in an additional CSS.

    Add the below CSS code in the 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 {
    color: #5d17df !important;
    }
    }

    Thank You.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu not showing on mobile’ is closed to new replies.