Jump to content

Removing underline from ALL links (navigation, hyperlinks etc, active page etc)

Recommended Posts

  • Replies 12
  • Views 274
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Can you share your website URL? (I realise it was in the form but that doesn't get put in the post, not that you were to know that!)

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment

Start with this Custom CSS:

// Header navigation underline
.header-nav-item--active a {
  background-image:none!important;
}
// heading and paragraph links
h1 a, h2 a, h3 a, h4 a, p a {
  text-decoration:none!important;
}

If you can add that and then go through the website and see if there are any links that aren't being caught by it we can tackle each one.

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment

That's very strange, can you try this:

// Header navigation underline
div.header-nav-item--active a {
  background-image:none!important;
}

 

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment

Can you try this:

.sqs-block-html a {
  text-decoration: none !important;
  background-image: none !important;
}

 

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment

That's partially good news! But I'm not sure what to suggest with the navigation underline, the code works fine on other websites, so I'm at a loss why yours behaves differently.

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment

Thank you for taking the time to help!


I'm wondering if you can help me with something else, I just noticed that my buttons are white on hover, instead of going green (I added CSS). You can see in the video (attached) that it goes green for a millisecond but then goes white. Are you able to advise on this?

This is the CSS i have currently:

.sqs-block-button.button-block .sqs-block-button-element:hover {
  background-color: #918D0D !important;
  color: #000;
}

IMG_8877.MOV

Edited by Skittles
Link to comment

That swipe effect is not built in to Squarespace, so that must have been added via custom CSS, you should be able to change the button colour / hover colour in the styles menu under colour themes.

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

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.