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.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025