Mobile menu X

Hey Guys.

The mobile version of the menu isn’t visible against the white background on the site i’m building. Is there an option to change the colour of the burger menu?

Thanks,
Pete

Hi Pete,

Please try this code in the Global CSS:

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

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

Perfect! Thanks very much

1 Like