How can I go about on changing the text colour in the Enter using password page?

Topic summary

A user seeks to change the text color in the top-right corner of their Shopify store’s password-protected page, using the Dawn theme.

Solutions Provided:

  1. CSS Code Edit (Rahul_dhiman):

    • Navigate to: Online Store → Themes → Actions → Edit Code → base.CSS (line 608)
    • Replace existing .underlined-link, .customer a CSS with color: white !important; or custom color code (e.g., #ccff00 for green)
  2. Theme Customizer Method (Vinsinfo):

    • Go to Online Store → Themes → Customize
    • Select “Password” page from dropdown
    • Click “Password header” section
    • Edit “Color scheme” settings
    • Update “Outline button” value to desired color

Resolution:
The user successfully fixed the issue and requested an additional color change to green, which was provided via updated CSS code. The discussion is marked as resolved with the user expressing gratitude.

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

You’re a life saver , thanks alot ! God Bless