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!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024