fuzzkit.nz
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.cssfile 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.