can you paste the code?
Topic summary
A user seeks to change the color of text on their Shopify store’s password reset button to white.
Solutions Provided:
Two CSS-based approaches were offered:
-
Custom CSS via Theme Customizer (DaisyVo):
- Navigate to Shopify admin → Online store → Customize → Theme settings → Custom CSS
- Add CSS targeting
form[action="/account/recover"]elements to set link color to white and adjust button styling
-
Direct Theme File Edit (websensepro):
- Access Online Store → Theme → Edit code
- Paste CSS into theme.css/base.css targeting specific customer login section classes
- Uses
!importantflags to override existing styles
Resolution:
The original poster confirmed they found the solution and thanked the contributors. Both methods involve adding custom CSS code snippets, with screenshots provided showing the implementation steps and expected results.