Remove text link underline in footer (Broadcast theme)

Solved

Remove text link underline in footer (Broadcast theme)

mariafy2
Shopify Partner
6 0 5

Hi there, 

 

I could use help to remove the text decoration / link underline in my footer. The regular CSS approach didn't work (remove text decoration or background image).

 

site: dragonsdenhawaii.myshopify.com

pw: dragon

 

this is for the footer only

Screenshot 2025-05-13 at 1.48.45 PM.png

Accepted Solution (1)

Moeed
Shopify Partner
7715 2071 2550

This is an accepted solution.

Hey @mariafy2 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.footer-sections a:not(.btn):after {
    background-image: unset !important;
}
</style>

RESULT

Moeed_0-1747207739395.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
7715 2071 2550

This is an accepted solution.

Hey @mariafy2 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.footer-sections a:not(.btn):after {
    background-image: unset !important;
}
</style>

RESULT

Moeed_0-1747207739395.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications