Missing hamburger color editor

Hello,

I am sure this is super obvious and I have missed it but I cannot see the hamburger menu (ETHOS) on smaller screens.
Please point me to where I can edit the hamburger button colors so they are visible.

THANK YOU
https://mvlaw.robstrickland.net/

Regards,
Rob

Hi Rob,

Thank you for writing in, the hamburger menu is there in the upper-right area of the header, but its white on a white background so it is not visible. To address this you can either change the Navbar Background color under Theme Options > Ethos. Or you can change the color of the hamburger menu using the following custom CSS.

.x-btn-navbar,
.x-btn-navbar:hover,
.x-btn-navbar.collapsed,
.x-btn-navbar.collapsed:hover {
	color: #003e85;
}

You can add this under Theme Options > CSS, free feel to change the color value ( #003e85)

Hope it helps,
Cheers!

Thank you very much… that was easy to fix.
It’d be nice to have this setting exposed somewhere since it is allowed to have a white header background.

Kind regards,
Rob

You’re welcome, Rob and thanks for the suggestion.

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