The mobile menu on this site is not showing up. I can touch in the vicinity and it brings up the menu so at least that is working but need the drop down to be visible.
Hey mjaraas!
It looks like you have the background and color both set to white.
#advanced_menu_toggle, #advanced_menu_hide {
background-color: #ffffff;
border-color: transparent;
color: #ffffff;
}
You can add that to your custom CSS and change the colors so it’s visible.
Regards,
Elliott
perfect thank you!