Jump to content

Remove Underlines From Footer Links

Recommended Posts

  • Replies 4
  • Created
  • Last Reply
1 hour ago, Nabeel_D said:

Site URL: https://www.shadedsavanna.com/

Hi,

I am trying to remove underlines from my website's footer links.

I have added this code below, however the links are still underlined.

a:link {
  text-decoration: none !important;
}

I am using the Bryant Hill template.

Any help on this would be greatly appreciated.

Capture.PNG

It was border bottom

#footer .html-block a, #footer .html-block a:visited {
	border-bottom: none;
}

image.thumb.png.ad8ec33ac89d62d43b8adda89a35d30a.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 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
On 1/14/2021 at 10:56 AM, bangank36 said:

It was border bottom


#footer .html-block a, #footer .html-block a:visited {
	border-bottom: none;
}

image.thumb.png.ad8ec33ac89d62d43b8adda89a35d30a.png

Hi bangank36,

I have added your CSS to the website and the bottom border has been removed.

Thank you so much for your assistance, it is greatly appreciated.

Director at Shaded Savanna (Pty) Ltd

Link to comment

@Nabeel_D The icons look huge on mobile. If you want to change to 2 icons/row, you can add this CSS

/* increase your icons */
@media screen and (max-width:640px) {
div#block-c8849a8bc713f8967b0c+.row>.span-3 {
    width: 50% !important;
    float: left !important;
}
div#block-c8849a8bc713f8967b0c+.row>.span-3:nth-child(2n+1) {
    clear: left;
}
}

image.thumb.png.cf060e65a5e1ae858816d33a3dbe39f0.png

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
On 1/20/2021 at 10:46 AM, tuanphan said:

@Nabeel_D The icons look huge on mobile. If you want to change to 2 icons/row, you can add this CSS


/* increase your icons */
@media screen and (max-width:640px) {
div#block-c8849a8bc713f8967b0c+.row>.span-3 {
    width: 50% !important;
    float: left !important;
}
div#block-c8849a8bc713f8967b0c+.row>.span-3:nth-child(2n+1) {
    clear: left;
}
}

image.thumb.png.cf060e65a5e1ae858816d33a3dbe39f0.png

Hi @tuanphan

 

I have implemented the CSS that you have provided.

 

Thank you so much for this suggestion, it is much appreciated!

Director at Shaded Savanna (Pty) Ltd

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.