Viewing 3 reply threads
You must be logged in to reply to this topic.
How do you change the colour of overlay hamburger menu (the three lines), I’m currently using a black background on the site which makes it hard to see the menu since it’s also dark. Help please
Hello,
Are you referring to the mobile menu?(screenshot) Or Extra Side Navigation three bar icon? (screenshot)
Best regards!
Neither of those, I’ve set my header style to Fullscreen overlay, i now want to change the menu icon color from its default to white.
if you observe closely the hamburger menu is on the right side top corner.
Neither of those, I’ve set my header style to Fullscreen overlay, i now want to change the menu icon color from its default to white.
Thanks.
Hello,
Yes, i see. Please add this code into your General Options > Custom Css box:
.header_5 .open_full_menu {
color: #ffffff !important;
}
Let us know if you need further help.
Best regards!
You must be logged in to reply to this topic.