[Resolved] WooCommerce – Remove "Product Description"

Home Forums Support [Resolved] WooCommerce – Remove "Product Description"

Home Forums Support WooCommerce – Remove "Product Description"

Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • #102142
    Mary Pearson

    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!

    #102172
    Tom
    Lead Developer
    Lead Developer

    I would use CSS instead of editing any files.

    Something like this should work:

    .woocommerce #tab-description > h2 {
          display: none;
    }
    #102290
    Mary Pearson

    Tom, that’s exactly what I needed but didn’t know the coding. Thank you again and again and again!

    #102318
    Tom
    Lead Developer
    Lead Developer

    You’re welcome!

    #178027
    Emily

    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

    #178078
    Tom
    Lead Developer
    Lead Developer

    Give this a try:

    .product-information-inner .product-navigation {
        display: none;
    }
    #178262
    Emily

    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.

    #178315
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

    #190276
    Miriam

    You really solved my problem, and it was so easy! Thank you!

    #190401
    Tom
    Lead Developer
    Lead Developer

    Happy to help! πŸ™‚

    #196507
    Miraje Studios Company

    Saved me a lot of headache. Just what the doctor ordered! Works beautifully thank you! I love CSS!

    #196525
    Tom
    Lead Developer
    Lead Developer

    Glad it helped πŸ™‚

    #198555
    Jimmy

    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.

    #198606
    Tom
    Lead Developer
    Lead Developer

    You’ll need to ask WooCommerce support that one as they’ll have a better idea of which hooks you can remove.

    #199066
    Daniel

    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.

Viewing 15 posts - 1 through 15 (of 24 total)
  • You must be logged in to reply to this topic.