Forums
Forums / Theme: Chosen / Mobile Menu Background
(@simplehobbit)
4 years, 2 months ago
Hi.
The mobile menu seems to take the site’s background color as its background, but I don’t want that.
My menu text is white and the background of the website is white, so the text is invisible on mobile.
Is there a way to change the color of either the menu background or the menu text for the mobile version?
The page I need help with: [log in to see the link]
(@bensibley)
Thanks for using Chosen.
I see what you mean. Try adding this CSS and let me know what you think:
@media all and (max-width: 899px) { #menu-primary { background: #10243c; margin: 0; padding: 24px; 0; } }
Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.
Thanks! That worked.
You’re welcome! Stay in touch if you need anything else and I’ll be happy to help.
The topic ‘Mobile Menu Background’ is closed to new replies.