remove underline from login page

Solved

remove underline from login page

MinhajAhmed106
Explorer
54 1 10

how can i remove underline from these any solution !

 

WhatsApp Image 2024-06-30 at 18.46.02_61de46ed.jpg

Accepted Solution (1)
Tal19
Shopify Partner
144 27 32

This is an accepted solution.

Add this css to your theme

form#customer_login a {
    text-decoration: none !important;
}

 

 

Need Shopify Development, Customization, or POS Support? PM Me!

View solution in original post

Replies 7 (7)

Tal19
Shopify Partner
144 27 32

find the class name if the links you want to remove the under link, add to your css the code:

text-decoration: none;

Need Shopify Development, Customization, or POS Support? PM Me!
MinhajAhmed106
Explorer
54 1 10

how do i find class name ?

Made4uo-Ribe
Shopify Partner
9885 2354 2953

Hi @MinhajAhmed106 

Which underline you like to remmove? This one

Made4uoRibe_0-1719762882508.png

 or this

Made4uoRibe_1-1719762901451.png

Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
MinhajAhmed106
Explorer
54 1 10

both in password and create account,,,,, tell me i wanna do it 

Tal19
Shopify Partner
144 27 32

This is an accepted solution.

Add this css to your theme

form#customer_login a {
    text-decoration: none !important;
}

 

 

Need Shopify Development, Customization, or POS Support? PM Me!
MinhajAhmed106
Explorer
54 1 10

GOD Bless you !

PageFly-Noah
Shopify Partner
1317 233 280

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.