Jump to content

Remove underline for hyperlink

Recommended Posts

On 1/27/2022 at 8:11 AM, mollycjackson said:

Site URL: https://mollychristinejackson.squarespace.com/

Hi! I for the life of me cannot figure out how to remove the underlines from my hyperlinks. I have tried reading the forums and I still cannot figure it out. I am in the process of completely changing mysite and didn't want to recreate a new one for analytics purposes.

Add to Design > Custom CSS

a {
    background-image: none !important;
}

 

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
  • 3 weeks later...

Hey! I've done this for a website too:

Go to Custom CSS and copy and paste this code:

Quote

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

And may I suggest that since these links open a new window to your work, you could add like a simple unicode arrow at the end of the line so it prompts them to click on it, otherwise it would be hard to know to click on them. Here are some examples you could copy and paste and see what fits:

↗︎ ➤ ➛ ➝

You could also have a hover effect to indicate that the text is a link with this simple code:

Quote

p a:hover {
  opacity: .5 !important;
  transition: ease-in-out 0.5s !important;
}

Hope that helps!

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.