Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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.
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.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025