Hamburger Menue in black

Hello!
Can someone please help me?
In X-Theme I want the Hamburger Menu on a Handy always in black. Is there a code for CSS?

Thank you in advance!

Hi There,

Thanks for writing in!
You can use Custom CSS to make the button black.
Please add this CSS to your theme Option -> Global CSS

.x-btn-navbar, .x-btn-navbar.collapsed, .x-btn-navbar.collapsed:hover {
background-color: #000 !important;
color: #fff !important;
}

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.