You can remove this if the code is not working. Thank you.
Topic summary
A user seeks to change the text and button colors to white on their Shopify customer login page. An image shows the specific elements needing modification.
Initial Solutions Attempted:
- Multiple CSS code snippets were provided targeting
form#customer_login buttonwith white background and color properties - First attempts failed to produce the desired result
- User shared their store preview URL for direct troubleshooting
Key Development:
- User discovered unexpected code at the bottom of their base.css file (shown in screenshot), questioning whether it should be there
- Advised they could remove non-working code
Working Solutions Provided:
- Two detailed CSS solutions emerged targeting both the button and registration link
- Solutions included
!importantflags and specific selectors forform#customer_loginelements - Both solutions provided visual results showing white button with black text and white link text
Resolution:
The issue appears resolved, with the user thanking contributors after receiving working CSS code with accompanying result screenshots.