Jump to content

TEXT LINKS-Hi! I am new to this forum. How can I make the clickable text link change color when hovering? Thank you!

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

If you have a business plan you can change text url links on hover with the following code in custom css, this is a site wide code. 

CSS
.link { color: #FF0000; } /* CSS link color (red) */ 
.link:hover { color: #00FF00; } /* CSS link hover (green) */

You can change the hex numbers to your own colors if you wish. 

choose or make one here:  https://www.color-hex.com/


 
 

 

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.