Jump to content

Mobile menu text and background color

Recommended Posts

Posted

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/

  • Replies 4
  • Views 2.6k
  • Created
  • Last Reply
Posted

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;
} 
}  

 

 

Posted

@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;

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.