A user needed to change all button colors on their Dawn theme website to a dark background (#363636) with white text (#FFFFFF) without affecting the announcement bar colors. The issue arose because buttons and announcement bars appeared to be linked in the theme editor.
A solution was provided involving custom CSS:
Navigate to Online Store → Themes → Edit Code
Open Assets/base.css
Add custom CSS targeting button classes at the bottom of the file
The code snippet sets background-color to #363636 and color to #fff for specific button selectors
The solution successfully resolved the issue, allowing independent styling of buttons while preserving announcement bar colors.
Summarized with AI on November 24.
AI used: claude-sonnet-4-5-20250929.
Hi everyone, I need to change all buttons color in my website to be background color (#363636) and text color (#FFFFFF). But without changing anything else especially the announcement bar colors, because both buttons and announcement bars are somehow linked together when I edit them from the theme editor.