Squarespace tutorial | Change the colour of a link on hover

Often when building a Squarespace website, you’ll be adding links. In fact, almost every Squarespace website on the internet will include links. 

A popular request from clients when I’m adding links to their websites is to add a hover effect. Not only do they want a hover effect, but they want it to be as obvious as possible. When a user hovers over a link, they want a drastic change to encourage clicks. The most common hover effect to add is a change to the font colour.

Changing the colour of links within a hover effect is a relatively quick task but it does require some custom code and isn’t yet a native Squarespace feature.

How to change the colour of Squarespace hover links

Once you’ve added the links to your website, head to your custom CSS panel and add in the below code:

a:hover {

color: blue !important;

}

Watch the video

Check out the YouTube video below 👇

You can then edit the colour you want your links to change to when a user hovers over them within the code too. 

The above code targets all the links on your website, if you want to target individual links then you need to make your code even more specific.

In order to target specific links you’ll need to wrap the code with your target (e.g. h1, h2, h3 etc). Check out the example below for a better understanding:

h1, h2, h3, h4, p {

a:hover {

color: blue !important;

}

}


📩 Join the inner circle to get exclusive code updates


You can also add a transition to the code, making the colour change smoother and less jarring. Simply add the below and play around with the speed of the transition in and out.

h1, h2, h3, h4, p {

a {

transition: 0.3s !important;

}

a:hover {

color: blue !important;

transition: 0.3s;

}

}

As you can see, this does require some customisation and you’ll need to take time to ensure you’re targeting the right links with the code, but if you do so it’s easy to change the hover effect colour on Squarespace links. 

If you enjoyed this article, be sure to check out my tutorial for removing the underlines from Squarespace hyperlinks next.


Your designer

I'm Sam, an award-winning Squarespace web designer. I have worked with every type of business, building platforms for solo entrepreneurs through to multi-million dollar corporations. If you want to discuss a potential project, you can email on sam@bycrawford.com or get in touch with me here. Alternatively, you can book in a free 15-minute consultation call here.


Want more?

Sam Crawford

This article was written by Sam Crawford, one of the world’s leading Squarespace website designers.

Sam is an official Squarespace Expert, official Squarespace Partner, official Squarespace Community Leader, official Squarespace blog contributor, official Squarespace panelist, Squarespace educator and multi-award winning Squarespace designer.

https://bycrawford.com
Previous
Previous

Squarespace new video blocks update. What are they and how can you use them?

Next
Next

How to add a site title next to your logo on Squarespace