• Resolved jbilodeau

    (@jbilodeau)


    Hi,

    I am using a white background in my website. The toggle (hamburger) icon is displayed in white hover a white background and it makes it invisible.

    Is there is a possibility to modify the color of the icon or the background color of this area?

    regards

    • This topic was modified 8 years, 5 months ago by jbilodeau.

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

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

    (@themevision)

    Hello,@jbilodeau!

    You can change the hamburger icon menu color by adding CSS code below into Customizing->Additional CSS

    Code:

    .mobile-menu-toggle-inner, 
    .mobile-menu-toggle-inner::after, 
    .mobile-menu-toggle-inner::before
    {
    background-color:#A569BD;
    }

    To change the label color:

    .mobile-menu-toggle-label{
    color:#A569BD;
    }

    Change the color code per your wish.

    Regards

    Thread Starter jbilodeau

    (@jbilodeau)

    Perfect! many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Toggle menu color’ is closed to new replies.