• Hello, I am using the Dara theme for my website, but I need help with the custom css to change the mobile menu color. If you look at my website on a tablet or phone, the menu toggle remains the original teal color. I want to change it to match the rest of the menu bar (#59B658).

    Thank you for your help!

Viewing 1 replies (of 1 total)
  • Hi there,

    You can change it by adding this CSS to your site via Appearance > Customize > Additional CSS:

    .menu-toggle {
        background-color: #59B658;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Dara Theme CSS for Mobile Menu’ is closed to new replies.