• Resolved tsmallswp

    (@tsmallswp)


    When switching to this theme under the description and reviews tabs it says description in description text on all products. If I switch to another theme this disappears. If I go to edit the product it does not show it in the description and I can’t edit the text. I want to remove this as it does not look attractive.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @tsmallswp. Just so I understand, you are looking to remove the default text “Description” from within the Description tab as noted by the red arrow on this screenshot correct? If that is the case, what theme did you use previously that did not display this text?

    Thread Starter tsmallswp

    (@tsmallswp)

    I used Astra and Neve. Neither does that.

    Because this is part of Woocommerce by default the theme doesn’t remove it by default, but I think adding an option for that would be really helpful. I’ll put that in the next version. In the meantime you can use a code snippet plugin to add this

    add_filter( 'woocommerce_product_description_heading', '__return_false' );

    Ben

    Thread Starter tsmallswp

    (@tsmallswp)

    Thanks, that worked for now. It would be nice to see that option added in the future.

    Very helpful. Great stuff @britner

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Products showing description twice.’ is closed to new replies.