Shopify themes, liquid, logos, and UX
Hello, can somebody help me with removing the underline from text with link.
The text is in the footer.
This is a preview to my website: https://m4xlz33czkt8hp1n-68850549019.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @YordanB ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
footer *{
text-decoration:none !important
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @YordanB
Please add this code into your theme.css file at the end of the code and hit save
- Online Theme
- Edit Code
- Find the theme.css file from the theme files.
- Paste the code and hit save.
footer.site-footer .grid__item a {
border: none;
}
Thanks
This is an accepted solution.
Hi @YordanB ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
footer *{
text-decoration:none !important
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hello @YordanB ,
I understand you are looking to remove underline from the text or page link listed in the footer.
You have to just remove one property from the css class you have already added in the footer file.
Steps -:
1. Go to Online Store -> Themes-> Edit code.
2. Now search for the Footer.css or .css file and open it.
3. Next, find the " .collapsible-content__inner p a " class and remove the below mentioned property
border-bottom: 2px solid;
=> https://prnt.sc/YZUKJwshvTMf
4. Save changes.
I hope this helps.
Please let me know if you have any query.
Thank you.
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