I’d like to center align the product titles and prices in collections. I previously used this code on base.css but it no longer works on the updated version of Dawn. Could you please help?
[class*='collection'] .card-information__wrapper{
text-align: center !important;
}
[class*='collection'] [class*='card-information'] .price{
align-items: center !important;
justify-content: center !important;
}