• Resolved dblivesound

    (@dblivesound)


    I have a black background header with the menu text in white. When viewed on tablet or mobile the menu goes to mobile menu however the actual hamburger menu is black. Where do I change the colour of the hamburger menu and the mobile menu title text?

    Thanks

    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,@dblivesound!

    To change the color of the “Hamburger Menu”,add a CSS code below, in Customising-> General-> Additional CSS menu

    code:

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

    for the menu title text use following code:

    .mobile-menu-toggle-label{
        color:#FFF!important;
    }

    Change the color code per your needs.

    Regards

    Thread Starter dblivesound

    (@dblivesound)

    Perfect – many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu – change colour’ is closed to new replies.