Jump to content

Change the color of hyperlinks on hover

Recommended Posts

Site URL: http://prism-conch-shnc.squarespace.com

I'm trying desperately to change the color of my Header 3 linked text when a cursor hovers over. I was able to remove the underline and and make the text italic on hover, but for some reason I cannot for the life of me get the text to change color. Ideally I would like the text to change to orange, and not become italic (I am using that as a temporary solve). I have tried 10+ different codes, and none of them seem to work. I am specifically trying to change the color of the words with the emojis next to them.

Temporary password: hoverlink

Edited by dannyrothschild
Link to comment
  • Replies 2
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

On 2/14/2022 at 12:55 PM, dannyrothschild said:

Site URL: http://prism-conch-shnc.squarespace.com

I'm trying desperately to change the color of my Header 3 linked text when a cursor hovers over. I was able to remove the underline and and make the text italic on hover, but for some reason I cannot for the life of me get the text to change color. Ideally I would like the text to change to orange, and not become italic (I am using that as a temporary solve). I have tried 10+ different codes, and none of them seem to work. I am specifically trying to change the color of the words with the emojis next to them.

Temporary password: hoverlink

hoverlink is the wrong password. Can you check it again?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Wasn't able to log in with the password but this has worked for me:

Go to Custom CSS and copy and paste the codes:

This removes the underline for the Heading 3 link:

h3 a {
  text-decoration: none !important;
  background-image: none !important;
}

This is a hover effect for the color orange:

h3 a:hover {
  color: orange !important;
  transition: ease-in-out 0.5s !important;
}

the transition makes for a nice fade in and out effect when hovering but you can delete that if you don't want it.

 

Hope that helps!

Edited by lizasem
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.