Shopify themes, liquid, logos, and UX
How can I remove the underline on hover. Please help!
https://satorivintage.com/pages/shippinh
Password: aibewn
Hi SatoriVintagePreview
Try following the steps below.
Step 1: Go to Edit code
Step 2: Find file section-footer.css and add this code at the end of the file.
.footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover {
text-decoration: unset !important;
}
Best,
Esther
Hello @SatoriVintage
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-footer.css
add this code at the end of the file and save.
.footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover {
text-decoration: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
a.link.link--text.list-menu__item.list-menu__item--link:hover {
text-decoration: none !important;
}
</style>
Hi, thank you for the idea, however when I am in the page it still shows up as underlined.
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
ul.footer-block__details-content.list-unstyled a:hover {
text-decoration: none !important;
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! 🚀 (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
Hi, thank you for the idea, however when I am in the page it still shows up as underlined.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025