Ericbob Posted July 1, 2021 Posted July 1, 2021 Site URL: http://www.ebobrie.com Hi! Apologies if this is a common question. My website looks the way I want it on desktop, but on mobile, the Nav font follows the desktop site wide background colour... which is a light green and makes the navigation ilegible (see attached). I guess a CSS code can possibly fix this, and keep the dark green colour chosen originally for the navigation? Thanks a lot for your time.
tuanphan Posted July 3, 2021 Posted July 3, 2021 On 7/1/2021 at 9:03 PM, Ericbob said: Site URL: http://www.ebobrie.com Hi! Apologies if this is a common question. My website looks the way I want it on desktop, but on mobile, the Nav font follows the desktop site wide background colour... which is a light green and makes the navigation ilegible (see attached). I guess a CSS code can possibly fix this, and keep the dark green colour chosen originally for the navigation? Thanks a lot for your time. Add to Design > Custom CSS /* Mobile nav color */ nav.mobile-nav * { color: white !important; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.