Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
How can I remove the underline from text that is linked to another page?
I am using the Dawn theme and tried multiple online suggestions but they dont work.
In my picture you can see I am trying to get it removed on the ''(see more text)'' of the featured products page and on the title of the collection list which is linked to another page.
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hey @darkcloud367
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>
a {
text-decoration: unset !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @darkcloud367
Kindly share your Store URL and Password
This is an accepted solution.
Hey @darkcloud367
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>
a {
text-decoration: unset !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you so much, it worked! 😀
Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like and Accept Solution would be greatly appreciated.
Thank you for the information. Try this one.
a.link.underlined-link {
text-decoration: none;
}
h2#SectionHeading-template--19283437879632__8fab2660-a5c8-4963-a509-7fe04821275f a {
text-decoration: none;
}
Result:
I hope it help.
Thank you! 😀
Hi @darkcloud367 ,
Would you mind to share the store Password with us. Thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025