I’m trying to align the price of my woocommerce products text-align left. Currently it shows aligned right. This is the code I imputed into the global css:
.woocommerce.single-product .price {
text-align: left;
}
But it’s not working. Any suggestions?