I’m wondering how I can change the background colour for the product title & price only on the product card without affecting any other text on the website (such as the product page.)
(We will phase out the white backgrounds eventually and are using png for the grey background)
I have used the below code on the custom CSS section but it will not work, has anyone found a solution?
.card-information__wrapper>* {
color: #FFFFFF !important;
}
.card-information__wrapper>.price {
color: #FFFFFF !important;
}