Jump to content

Help with hover state / link type color?

Recommended Posts

On 5/5/2021 at 7:00 AM, bryanb11 said:

Site URL: https://rabbit-goby-hknk.squarespace.com/config/

When you hover over these main page links, the type only gets a little bit brighter. And the other type stays the same. 

Is there a way to make the selected type brighter and make the other type fall back.

my site. - https://rabbit-goby-hknk.squarespace.com/config/

THANK YOU!! 

Add to Design > Custom CSS

/* Main links hover */
.portfolio-hover-items-list:hover span.portfolio-hover-item-content {
    color: rgba(255,255,255,0.3);
}
.portfolio-hover-items-list:hover span.portfolio-hover-item-content:hover {
    color: rgba(255,255,255,1);
}

 

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
5 hours ago, tuanphan said:

Add to Design > Custom CSS


/* Main links hover */
.portfolio-hover-items-list:hover span.portfolio-hover-item-content {
    color: rgba(255,255,255,0.3);
}
.portfolio-hover-items-list:hover span.portfolio-hover-item-content:hover {
    color: rgba(255,255,255,1);
}

 

Thank you!! This works perfectly 

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.