Hello I recently centered product title and price on the collection page, but now my price on the product page is also centered and I want it to be to the left. Can someone help me with this?
Hi @TrendBlend ,
You need to Edit the theme code and open the file section-main-product.css and Paste the below code
.product__info-container .price{
text-align:left;
}
Let me know if you are still facing an issue
Yeah that works, thanks
