I have used your code to center the product title over the image on the product category page:
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
text-align: center;
}
The title is now centered however the price is still left aligned. I would like it centered as well.
Thanks
Hi RosannaK,
Please add this CSS code as well:
.woocommerce ul.products li.product .inner_product_header_cell {
text-align: center;
}
Best regards,
Nikko
Solved my issue!
Many thanks!
Hi RosannaK,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko