Hamburger menu doesn’t work on mobile
-
Hello.
When viewing my website on a mobile device, pressing the hamburger menu that appears on the navigation bar will result in a blank white page. How do I fix this?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
It appears the hamburger menu works, its just that the text is the same color as the background of the hamburger menu. How do I go about changing the text color to black? or the background color of the hamburger menu to black.
My site uses the Calyx theme btw.
-
Fixed it. Used the below code.
.wp-block-navigation:not(.has-background)
.wp-block-navigation__responsive-container.is-menu-open.is-menu-open {
background-color: black!important;
color: white! Important;
} -
Hi @fahdriyami – thanks for sharing your CSS workaround, glad you got it looking how you want!
- The topic ‘Hamburger menu doesn’t work on mobile’ is closed to new replies.