Archived topic
WooCommerce - Remove "Product Description"
23 replies · Started by Mary Pearson on April 24, 2015
Hi Tom,
I'm trying to format my product pages in WooCommerce. The tab says "Description" and then under that it says "Product Description". Rather redundant.
I'd like to remove "Product Description" but I can't find the file that it's in. Would appreciate any help locating it.
Many thanks!
I would use CSS instead of editing any files.
Something like this should work:
.woocommerce #tab-description > h2 {
display: none;
}
Tom, that's exactly what I needed but didn't know the coding. Thank you again and again and again!
You're welcome!
I'm having the same problem but this code isn't working for me. I tried it as is, and I tried changing the h2 to h4 as that's what my product description title is. I've tried a number of other code things as well, and none have helped. Any ideas would be much appreciated. Single product page: http://inkandire.com/product/dtfwct
Give this a try:
.product-information-inner .product-navigation {
display: none;
}
First I tried adding this to my CSS in my child theme and no dice, and then I added it to the Global Custom CSS in the WooPress theme options and it worked right away. Thank you so much! I've been struggling with this for days.
You're welcome :)
You really solved my problem, and it was so easy! Thank you!
Happy to help! :)
Saved me a lot of headache. Just what the doctor ordered! Works beautifully thank you! I love CSS!
Glad it helped :)
H2 heading "Product description" becomes invisible onpage (nice!), but visible in the HTML-code. How to remove it even from the html-code, so the search engines not see it.
You'll need to ask WooCommerce support that one as they'll have a better idea of which hooks you can remove.
I got the tab description to disappear but I would also like the reviews description to disappear I tried adding
.woocommerce #tab-description > h2 {
display: none;
}
but still appears
https://missalliescreations.com/product/test-1-copy/
Also, would like the addition info to disappear if I add variations.