How Do I Change The Color Of The View All Button On The New Shopify DAWN Theme?
my website - https://hikeyourz.com/
I want to change the background from black to #06818B
Thanks for the support.
How Do I Change The Color Of The View All Button On The New Shopify DAWN Theme?
my website - https://hikeyourz.com/
I want to change the background from black to #06818B
Thanks for the support.
Hi @yonatanmikunis ,
Try this one.
.center.collection__view-all.scroll-trigger.animate--slide-in a {
background: #06818B;
}
Result:
I hope it help.
Hello @yonatanmikunis
please add this css Asset > base.css and paste this at the bottom of the file:-
.center.collection__view-all.scroll-trigger.animate--slide-in a {
background-color: #06818B;
}