Modify colours of Login page with Refresh theme

Topic summary

Goal: Change colors on the Shopify /account/login page (Refresh theme) via CSS.

Requested changes:

  • Make “Forgot your password?” and “Create Account” text black.
  • Make the “Sign in” button a darker grey.

Solution provided:

  • Navigate to Online Store → Edit Code → theme.liquid.
  • Add custom CSS just above the closing tag (global layout file for the theme). This injects styles that override defaults on the login page.
  • A screenshot was shared to show the visual result. The exact CSS code is not visible in the thread.

Outcome:

  • The changes worked as intended, and the requester confirmed success.
  • The discussion is resolved; no remaining open questions.

Notes:

  • CSS (Cascading Style Sheets) is used to control text and button styling site-wide or on specific pages.
  • If replicating, ensure selectors target the login page elements to avoid unintended site-wide changes.
Summarized with AI on December 16. AI used: gpt-5.

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

1 Like