hello everyone!
how can I change the “view all” button on my collection section?
p: sense2023
thanks in advance!
hello everyone!
how can I change the “view all” button on my collection section?
p: sense2023
thanks in advance!
Hi @stpdilaras
Go to your Online store > Themes > Customize > Select that section, add this code below in Custom CSS
.button { background: #your-color-code !important; }
Hello @stpdilaras
To change button color for the collection section, in Shopify Admin, you can go to Edit theme code, open file base.css and add this code
#shopify-section-template--16118743171222__featured-collections .button {
background: #FF0000;
}
The result
Make sure to change color value as you need.
hi! yes that was the question but I found that it was related to the schemes. thank you!
If you change the schema value, it can affect many other buttons.
The schemas vary between themes, so I am not sure which to change for your theme.