Archived topic
How to center WooCommerce description title
3 replies · Started by Marc-Andre on June 4, 2021
Viewing posts 1–4 of 4
Hi GP Team, I'm looking to simply center the ''Description'' title in WooCommerce on single product page. Is there a good way to do this?
Hi there,
This should work:
.woocommerce div.product .woocommerce-tabs .panel h2 {
text-align: center;
}
Thank you very much again for your support!
No problem :)
This archived topic is closed to new replies.