Jump to content

Problem with navigation text color (Margot)

Recommended Posts

Hi,

Since a couple of days the color of my websites navigation text has turned to black (see attached image) altough in site styles is says it should be my customized colors (white text and pink on hover).

1846575872_Navigationtext.PNG.818f1d8fb8bb62478e3c87758034f75a.PNG

Anyone else experiencing this problem or know how to fix it? I'm using the Margot template and have set the navigation style to "active", switching between styles doesn't seem to change anything. If any other information is needed please let me know!

Thanks in advance,

Casper

Link to comment
  • Replies 4
  • Views 557
  • Created
  • Last Reply

Add this to your custom css (after any other custom css already there)

.Header-nav-inner a {
    color: #fff !important;
}

 

Link to comment

Swap the code I gave you to the following, changing #whatever to the color value you want for the rollover

.Header-nav-inner a {
	color: #fff !important;
  	&:hover {
  		color: #whatever !important;
  	}
}
Link to comment

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.