Password Page Debut Theme

Topic summary

A user is attempting to customize the password page on their Debut theme, specifically trying to change the “Enter using Password” text color to #00224B. They’ve encountered issues where the text color changes on hover despite trying various theme settings.

Proposed Solution:

  • Navigate to theme’s “Edit Code” section
  • Search for “password.liquid” file
  • Add custom CSS code below the <head> tag

A community member provided step-by-step instructions with a screenshot reference to guide the implementation. The solution involves direct code editing rather than using theme customization settings. The discussion appears to be awaiting confirmation on whether this solution resolves the hover color issue.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

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

Hey @Luna5 ,

Go to your theme’s “Edit Code” Option, then in the search bar type “password.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot for reference.