JoeGi Posted December 11, 2019 Posted December 11, 2019 I'm using the Wells template the site is live but the mobile menu back ground and the text has very little contrast so impossible to read. I'm unable to find CSS code to change colors of the text and or background. Any help is greatly appreciated. http://douglastaylorstudio.com/
tuanphan Posted December 11, 2019 Posted December 11, 2019 Can you share link to your site? 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!)
MagneM Posted December 11, 2019 Posted December 11, 2019 Hi @JoeGi Here's a suggestion: #mobileNav { background-color: hsla(0, 0%, 100%, 1); } #mobileNav li { a { color: hsl(0, 0%, 0%) !important; font-weight: 400; line-height: 1.3em !important; } &.active-link a { font-weight: 700 !important; } }
MagneM Posted December 11, 2019 Posted December 11, 2019 @JoeGi I forgot to mention that messing with the line-height may result in too much empty space top/bottom. Add this line together with the background-color if necessary. height: 150px !important;
Recommended Posts
Archived
This topic is now archived and is closed to further replies.