Hello, I want to change the color of “view products” all collections page from white to something else, how can I do that? My default color button is #7E5261 but here its showing white, I need to change this
Store URL: www.myreturn.life/collections
Hello, I want to change the color of “view products” all collections page from white to something else, how can I do that? My default color button is #7E5261 but here its showing white, I need to change this
Store URL: www.myreturn.life/collections
Hello @xhumza ,
#section-list-collections-template .CollectionItem__Link::before {
background-color: #7E5261 !important;
}
#section-list-collections-template .CollectionItem__Link {
color: #fff !important;
}
Thanks
Thanks! Also, after the transition how to make the color from white to #7E5261 for the same button