I think I found it but now where do I change the Font Text Color for Mobile?
It’s white on white so you can’t see the work “Menu”
I want the font colors and backgrounds to be the same on mobile as on desktop
So to be more specific how do I change either the background color for “Menu” and “Close” or change the Font Color for JUST those two mobile menu items?
Hello,
Your site is not working for me. Can you please share a working site link? To customize the menu, go to Customize > Header > Menu and change the color and background color.
For the mobile menu, go to Customize > Header > Mobile Menu and change the color as per your need.
Sorry forgot the .com part
https://bayside-ac.com/
Did you follow the above mentioned steps?
Yes but it doesn’t affect the actual text for MENU and CLOSE
To change it, you need to add some css code using browser inspect tool.
See here – https://developers.google.com/web/tools/chrome-devtools/inspect-styles/
So you don’t think the background color that applies to the menu items should apply to the “MENU”/”CLOSE” part of the menu?
I will try to see if I can figure out the CSS but seems like an issue with the theme
/* MOBILE MENU color FOR JUST THE menu AND close TEXT */
.oceanwp-text {
color: BLACK;
}
.oceanwp-close-text {
color: BLACK;
}
I added this on the Custom CSS Customize area.
Okay, it seems your issue has been resolved. Let me know if you need any help with it.
It would be good if the customizer applied the mobile menu settings for MENU and CLOSE