Change from outline to solid button colour in refresh theme

Topic summary

A user wants to change the add-to-cart button styling from outline to solid in the Refresh theme. They’ve tried various code solutions found online without success.

Proposed Solution:

  • Add custom CSS to the base.css file targeting the specific button ID
  • The code sets a solid background color and white text
  • Initial code provided uses rgba(var(--color-button-text)) for background

Current Status:
The issue remains unresolved. The user initially thought the provided solution worked but later confirmed it didn’t, even after trying both the original code and a modified version with a custom hex color. They’re seeking alternative approaches to achieve the solid button styling.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

fuzzkit.nz