Remove link underline in footer - dawn theme

Topic summary

Goal: remove the underline from a footer link (contact form page) in a Shopify store using the Dawn theme.

  • A helper requested the site URL to diagnose, then posted a concrete fix.
  • Proposed fix: edit theme code (Online Store → Theme → Edit code), open Assets/section-footer.css, and add the CSS rule:
    .footer-block__details-content a { text-decoration: none; }
  • Result: One user confirmed this removed the underline successfully.
  • Status: Another user reported the CSS did not work for them and asked for further help; no additional troubleshooting steps or alternatives were posted yet.

Notes:

  • The CSS snippet is central to the solution shared.
  • Discussion remains open/unfinished for the user where the fix did not apply; next steps may require inspecting their specific theme/styles or URL for overrides or different selectors.
Summarized with AI on January 19. AI used: gpt-5.

Hi there,

I’ve tried nearly every code I could find on this website and still haven’t been able to remove the link underline in my footer. It’s just the contact form (page) in my footer that has it and I would really like to remove it. Thankyou.

2 Likes

@Anonymous

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Same problem , any help ?

@KetanKumar I’ve sent you a message please share solution here, thanks very much!

1 Like

@Immunedefence

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-footer.css ->paste below code at the bottom of the file.
.footer-block__details-content a {
    text-decoration: none;
}
3 Likes

That works great! Thanks a lot

1 Like

@Immunedefence

its my pleasure to help us

Hello, I tried this but it didn’t work. Can you please help me?