How can I change the color of my theme?

Topic summary

A user needed help changing button and text colors to black in their Shopify theme but couldn’t locate the customization option.

Solution provided:

  • Navigate to: Online Store → Theme → Edit code → Assets → base.css
  • Add CSS code at the bottom of the file targeting button elements (.button--secondary, .button--tertiary) and product form submit spans
  • The code sets text color to black (#000) with !important flag to override existing styles

The original poster accepted this solution, indicating it successfully resolved their color customization issue.

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

Accepted solution

1 Like