Accepted solution
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
!importantflag to override existing styles
The original poster accepted this solution, indicating it successfully resolved their color customization issue.
1 Like