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
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
Hello,
You please add the below code above in theme.liquid
online store >> edit code >> theme.liquid
If our solution helpful for you then please like the post and tap on accepted.
Thankyou ![]()
Try this one.
.footer-block__details-content .list-menu__item--link:hover {
color: white !important;
text-decoration: none;
text-underline-offset: 0rem;
}
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?
Sure, but please let us know, clicking on text or hovering?
it needs to turn black when it’s being clicked?
yes
ok we will give you the code for fix it
Please replace the whole code which is given by us with the below code.