All things Shopify and commerce
This is an accepted solution.
Add this css to your theme
form#customer_login a {
text-decoration: none !important;
}
find the class name if the links you want to remove the under link, add to your css the code:
text-decoration: none;
how do i find class name ?
Which underline you like to remmove? This one
or this
Thanks!
both in password and create account,,,,, tell me i wanna do it
This is an accepted solution.
Add this css to your theme
form#customer_login a {
text-decoration: none !important;
}
GOD Bless you !
This is Noah from PageFly - Shopify Page Builder App
Hi @MinhajAhmed106 Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
a{
text-decoration: none !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
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