Jump to content

Change color of footer buttons on active

Recommended Posts

Posted

Site URL: https://pte.squarespace.com/about

Password: Party

Hi! 

I'm having issues trying to figure out how to change and keep the color of my footer links. I'd like them to match them with the header nav links, which are working fine. It should look like this...

hover > light blue

page active > pink  (#E9275B)

All of the code for my footer links are in the code block. The main fix is being able to click on the about page and the text holds the pink color. It would be preferable to change their color whether you select a page link from the header or the footer. 

...hope that makes sense.

Thanks!

 

Screenshot (59)_LI.jpg

  • Replies 2
  • Views 546
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted

Edit About Page >> Add a Code Block (anywhere) > Paste this code

<style>
  .footer-nav-item:nth-child(1) a {
    color: #E9275B;
}
</style>

Edit Work Page >>> Add a Code Block (anywhere) > Paste this code

<style>
  .footer-nav-item:nth-child(2) a {
    color: #E9275B;
}
</style>

Edit Blog Page >> Add a Code Block (anywhere) (Or add to Blog Page Header) > Paste this code

<style>
  .footer-nav-item:nth-child(3) a {
    color: #E9275B;
}
</style>

Do similar  on Careers page, with this code

<style>
  .footer-nav-item:nth-child(4) a {
    color: #E9275B;
}
</style>

and Contact Page

<style>
  .footer-nav-item:nth-child(5) a {
    color: #E9275B;
}
</style>

 

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!)

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.