Archived topic
remove "description" h2 from product pages
7 replies · Started by johnaps on February 24, 2020
Hello, i have searched and tried to do this without luck, to only remove the description word which is an h2 which is located after the description tab and before my description of the product.
Is there any way to do this wihout disabling the h2 that says related products at the bottom of the page?
Hi there,
Try this CSS:
#tab-description h2 {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Perfect!! Thanks so much!! :)
No problem :)
Hi Leo, where I put this code?
See the adding CSS link provided here:
https://generatepress.com/forums/topic/remove-description-h2-from-product-pages/#post-1175611
Hi Leo, Im going in Customize > Additional CSS
#tab-description h2 {
display: none;
}
But it dont work, I am inexperienced in the matter, could you be more specific on this issue?
Thank You
Can you link me to the page in question with the code added?
Feel free to open a new topic so you can use the private info field.