Shopify themes, liquid, logos, and UX
Hello Everyone!
I am using Shopify Dawn theme. I am struggling to remove these underlines in the footer. Also, the color will change after clicking on the menu. Please help me. Thank you.
https://blue-chic-clothes.myshopify.com/
Password: Admin
Solved! Go to the solution
This is an accepted solution.
Hello,
You please add the below code above </body> in theme.liquid
online store >> edit code >> theme.liquid
<style>
.footer-block__details-content .list-menu__item--link{
text-decoration: none!important;
}
</style>
If our solution helpful for you then please like the post and tap on accepted.
Thankyou 🙂
This is an accepted solution.
Hello,
You please add the below code above </body> in theme.liquid
online store >> edit code >> theme.liquid
<style>
.footer-block__details-content .list-menu__item--link{
text-decoration: none!important;
}
</style>
If our solution helpful for you then please like the post and tap on accepted.
Thankyou 🙂
It worked. Thank you. One more thing After clicking the menu it should turn black.
Hello! You mean, it needs to turn black when it's being clicked? Or it should turn black indicating the current corresponding page?
it needs to turn black when it's being clicked?
yes
Sure, but please let us know, clicking on text or hovering?
When I click on contact us it will be black.
ok we will give you the code for fix it
Please replace the whole code which is given by us with the below code.
<style>
.footer-block__details-content .list-menu__item--link{
text-decoration: none!important;
color: #fff!important;
}
.footer-block__details-content .list-menu__item--link:focus {
color: #fff!important;
}
</style>
Try this one.
.footer-block__details-content .list-menu__item--link:hover {
color: white !important;
text-decoration: none;
text-underline-offset: 0rem;
}
I have pasted the code. But it's not working.
Result
User | RANK |
---|---|
228 | |
167 | |
66 | |
53 | |
51 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023