Jump to content

Change navigation link color depending on the page?

Recommended Posts

Some of my web pages are black, some are white, etc. I have a full-bleed image on my homepage so I don't want to have the solid colored header. Is there code I can insert to change the color of my navigation and social media links on each page? It's a major accessibility issue. 

lisapearlman.com

Thanks!

Edited by lepearlman
Linked web page for easy access.
Link to comment
  • Replies 3
  • Views 1k
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Hi @lepearlman, You can try the code blocks below to change the colors on header navigation:

For homepage,

#collection-64b8018a4f993f71c603993d {
	.header-nav-item a {
		color: #000000 !important;
	}
	.header-actions .icon--fill svg {
		fill: #000000 !important;
	}
}

For Galleries Page,

#collection-64b8089eab057425fc395bac {
	.header-nav-item a {
		color: #000000 !important;
	}
	.header-actions .icon--fill svg {
		fill: #000000 !important;
	}
}

For About Page,

#collection-64b808216c3d2c44f5c7913b {
	.header-nav-item a {
		color: #000000 !important;
	}
	.header-actions .icon--fill svg {
		fill: #000000 !important;
	}
}

For Contact Page,

#collection-64b82c40e68eb17ffb016271 {
	.header-nav-item a {
		color: #000000 !important;
	}
	.header-actions .icon--fill svg {
		fill: #000000 !important;
	}
}

You can change the color code "#000000" in each block of codes. 

Let me know how it goes. Thanks!

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

Link to comment

@lepearlman Thanks! You can use this Chrome extension to find the collection-id on your Squarespace website: https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.