You’re a life saver , thanks alot ! God Bless
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:
-
CSS Code Edit (Rahul_dhiman):
- Navigate to: Online Store → Themes → Actions → Edit Code → base.CSS (line 608)
- Replace existing
.underlined-link, .customer aCSS withcolor: white !important;or custom color code (e.g.,#ccff00for green)
-
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.