Hi all,
Is there a way to align the product title, on the product page, to the left. Without affecting other titles.
Thanks!
A user needed help aligning the product title to the left on a product page in the Dawn theme, specifically without affecting other titles.
Solution provided:
.product__info-container .product__title h1The issue was successfully resolved with this CSS customization approach.
Hi all,
Is there a way to align the product title, on the product page, to the left. Without affecting other titles.
Thanks!
it looks like you added:
.product__info-container .product__title{
to the css on line 2971?
make it:
.product__info-container .product__title h1{
and that should work
Thank you so much!