@vasundhara Seems like you are using Prestige theme from Shopify themes. For Sold Out on collection page, you need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of theme.css file.
.ProductItem__Label {
background: #000000;
color: #ffffff;
}
For changing the button color on product page, can you tell us which color you want for the button?