Hamburger menu not visible on mobile

Hi
The mobile version of the hamburger menu has defaulted on white. I have a white header area and thus the menu icon is not visible on mobile. The icon is also sitting right on top of the slider - it’s touching the top of the slider - I have tried editing this in the customizer and in cornerstone options but have had no luck.

please assist - I just need to make the menu icon black and get it to sit comfortably in the white header space above the slider image.

Tx
Kyle

Hey Kyle,

Please add this code in X > Theme Options > CSS:

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

Here are some related links for further reading:

Hope this helps.

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