Remove text link underline in footer (Broadcast theme)

Topic summary

A user needs to remove underlines from text links in their footer on the Broadcast theme. Standard CSS methods (text-decoration or background-image removal) haven’t worked.

Solution provided:

  • Navigate to Online Store → Edit Code → theme.liquid file
  • Insert custom CSS code above the closing </body> tag
  • The CSS targets footer links specifically to remove underlines

Status: The solution appears resolved based on the provided code snippet and result screenshot, though the actual CSS code content wasn’t fully visible in the conversation. The fix is theme-specific and requires direct file editing rather than standard CSS customization options.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

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

1 Like

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 tag


RESULT

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

Best Regards,
Moeed

1 Like