How to I get my price and product name centered in woocommerce?
I have to create custom.css file in child theme, and add this code there:
.woocommerce .products .product,
.woocommerce .products .product .price
{text-align:center}
But it doesn’t work.