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.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025