Re: How to change "ENTER PASSWORD" color?

How can I alter the color of the 'Enter Password' link text?

kagebritt11
New Member
21 0 0

Would anyone know how I would be able to change the color of the text "ENTER PASSWORD". It's the link that takes them to enter a password, so changing the color from theme settings doesn't work. Anything helps, thank you!

Screen Shot 2024-03-20 at 12.39.26 AM.png

Replies 6 (6)

LuffyOnePiece
Shopify Partner
645 93 116

Hi @kagebritt11 ,

 

Can you send the preview URL so that I can help you on it?

Thank you

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184
kagebritt11
New Member
21 0 0

niraj_patel
Shopify Partner
2378 514 512

Hello @kagebritt11 

Can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

tariqurrah
Shopify Partner
4 0 0

Hi Dear!

Hope you are doing well. To change the text color you need to follow some steps.

  1. Open the preview of the page
  2. Take the mouse to the "Enter Password" and right-click to open the "Inspect".
  3. Check the Css Class for this text.
  4. I assume the text class is "passtext" then you have to add some CSS in the section or theme.

 

.passtext{
color: white;
}

 

 

If you add this CSS in the section then should be ok. But if you want to add in the whole theme then you may need to check more CSS classes to define the exact line of text.

 

Hope this will help you.

kagebritt11
New Member
21 0 0

Do you know under what section I would put this when editing the code? 

 

PageFly-Oliver
Shopify Partner
878 190 181

Hi @,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file password.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
.passtext{
color: white;
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | 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.