Shopify themes, liquid, logos, and UX
How do I remove the underline from my policy links at the bottom of my page
Solved! Go to the solution
This is an accepted solution.
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
.rte a:hover{
text-decoration: underline;
}
.rte a{
text-decoration: none;
}
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
.header__menu-item:hover span {
text-decoration: none;;
}
Thank you that was a code I actually tried before posting, no luck!
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.
Hello there,
please share me store password.
This is an accepted solution.
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
.rte a:hover{
text-decoration: underline;
}
.rte a{
text-decoration: none;
}
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.
yes, in the "About us"
@Lextensions88
Add below css into theme.liquid file before closing </body> tag
<style>
.rte a{
text-decoration: none;
}
.rte a:hover{
text-decoration: underline;
}
</style>
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
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024