dprints Posted March 3, 2021 Share Posted March 3, 2021 Site URL: http://www.dasheprints.com I can't change the nav background color on my mobile site. It's linked to another part of the code somewhere. I just want the background to be white when the nav comes up on my mobile site instead of gray. Can you help me with code and tell me where to put it? Link to comment
tuanphan Posted March 4, 2021 Share Posted March 4, 2021 Add to Design > Custom CSS /* Mobile menu color */ @media screen and (max-width:880px) { div#mobileNav { background: white; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.