Archived topic
Remove woocommerce product description title
3 replies · Started by Greg on July 29, 2019
Viewing posts 1–4 of 4
Would like to remove the description tab with its grey box around.
Tried some of the codes I found on the forums but none work for me?
Hi there,
Try this CSS:
.woocommerce div.product .woocommerce-tabs ul.tabs {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Amazing! That did it. Thanks, Leo
No problem :)
This archived topic is closed to new replies.