Is there a way to center the product title and price below the product photo on the Shop page?
Thanks for your help!
Tyler
Is there a way to center the product title and price below the product photo on the Shop page?
Thanks for your help!
Tyler
Hi Tyler,
Kindly add this code in your Quick CSS or custom.css:
.product h3, .product h4, .product h5, .product h6 {
text-align: center;
}
.price {
display: block!important;
text-align: center;
width: 100%;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.