how to make the view all button black? pls help
STORE URL: www.faithandyou.in
THEME: refresh
Hi @AryavK ,
+) Go to Admin Shopify > online store > edit code > find file base.css
+) Add code to the end of the file: => Save the file and go to the font store to check
.center .button {
background: color;
border: 3px solid color;
color: color;
}
+) Note: Replace color = the color you want to display on the button
!important at the end of the code. For example: color: color; => color: color !important;