Jump to content

Avenue: how to change the hover/active color of my navigation only in one page?

Recommended Posts

  • Replies 2
  • Views 1k
  • Created
  • Last Reply

@giorgiabbb Each Page will have different ID. First, you need to find ID of that page. See how to: https://beaverhero.com/squarespace-how-to/#HowtoFindPageID

Then use CSS (Home > Design > Custom CSS). Add !important to after if it doesn't work.


/* Here is ID of About, so you can use without checking */
/* Hover Color */
   body#collection-556b28f6e4b03db7843679b5 .main-nav a:hover {
       color: hsl(11.7, 57%, 73.5%);
   }
/* Active Color */
   body#collection-556b28f6e4b03db7843679b5 .main-nav .active-link a {
   color: hsl(38.6, 85.6%, 53.7%);
   }





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

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.