How do I remove the underline from my policy links at the bottom of my page
@Lextensions88 Share your store link
Hello there,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >base.css and paste this at the bottom of the file:
.header__menu-item:hover span {
text-decoration: none;;
}
Hi Lextensions88, You need to add a simple css for this
.YOUR-POLICY-CLASS-NAME a{
text-decoration: none !important;
}
You can share your page link, then I can share exact css for this that you can add.
Thank you that was a code I actually tried before posting, no luck!
1: Online store > themes > Actions > Edit code > Assets > base.css
2: paste at last
.footer-block__details-content.rte a {
text-decoration: unset!important;
}
Didn’t work
Hello there,
-
In your Shopify Admin go to online store > themes > actions > edit code
-
Find Asset >base.css and paste this at the bottom of the file:
.rte a:hover{
text-decoration: underline;
}
.rte a{
text-decoration: none;
}
@Lextensions88
Add below css into theme.liquid file before closing tag
@ZestardTech it worked thank you!!(:
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
@ZestardTech I have one last thing if you don’t mind. How do I add the colorful country icons? Such as these..
how do i remove underline from links but in footer menu?
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
passowrd: hello




