Archived topic
Remove "description" title in product page
7 replies · Started by Pedro on June 12, 2019
Hello! By default WooCommerce shows a "Description" tab of the product, and that's great!
The problem is that it also shows a <h2> title of "Description"
Something that looks horrible.
I would like to hide / remove the <h2> header from the description on the product page.
How could I do it?
Thank you!
Hi there,
Try this CSS:
#tab-description h2:first-of-type {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Hi leo! Thanks for answering.
I have added the CSS code but ALL the titles of the tabs disappear.
I just want the title on the "Description" tab to disappear
Can you try the edited code?
https://generatepress.com/forums/topic/remove-description-title-in-product-page/#post-927583
Works!! Thank you Leo :)
No problem :)
PLS SEE ATTACHED SCREENSHOT
i TRIED WHAT YOU HAD SUGGESTED IN THE FORUM, IT DOES NOT WORK.
pLS NOTE I HAVE WOO LENTOR NON PAID VERSION ALSO WORKING.
THANK YOU
Hi there,
can you raise a new topic where you can share a link to that page and we can take a look.