Prestige theme- how to change buttons colors on all collections page

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 ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.css-> paste bellow code in bottom of file
#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