Goal: Change the Collection List “View all” button styling in the Shopify Refresh theme from blue to a black outlined button to better match the store design.
Solution provided: Edit base.css around the .button selector (approx. line 1250). Add CSS that overrides the theme’s default button styles to produce a black text and border outline.
Key CSS overrides added:
color: black !important;
–border-offset: none !important;
border: 3px solid #000 !important;
Result: The button displays with black text and a clear black border (confirmed via screenshot). The store owner confirmed the change works and expressed satisfaction.
Status: Resolved. No further questions or disagreements; no additional actions requested.