Password Page Debut Theme

Solved

Password Page Debut Theme

Luna5
New Member
5 0 0

I'm trying to change the color of the "Enter using Password" text on my password page, but nothing works. I'd like to change it to #00224B without it changing when I hover.

 

I've tried changing everything in theme settings with no use. Website is www.elurajewelry.com

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2139 616 523

This is an accepted solution.

Hey @Luna5,

 

Go to your theme's "Edit Code" Option, then in the search bar type "password.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.password-login a, .password-login a:hover {
    color: #00224B !important;
}
</style>

 

Screenshot for reference.

ThePrimeWeb_0-1714827828003.png

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Reply 1 (1)

ThePrimeWeb
Shopify Partner
2139 616 523

This is an accepted solution.

Hey @Luna5,

 

Go to your theme's "Edit Code" Option, then in the search bar type "password.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.password-login a, .password-login a:hover {
    color: #00224B !important;
}
</style>

 

Screenshot for reference.

ThePrimeWeb_0-1714827828003.png

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!