Adjusting product page - by Dogsideup - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler

  • Avatar: Dogsideup
    Dogsideup
    Participant
    September 28, 2017 at 19:58

    Hi,

    How can I get rid of the ‘extra information’ and ‘returns & delivery’ tabs on the single product page?

    Thanks 🙂

    Kinds regards,
    Sofie

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 07:52

    Hello,

    Please check woocommerce documentation regarding tabs https://docs.woocommerce.com/document/editing-product-data-tabs/
    or you may add this code in custom css:

    .single-product .tabs {
        display: none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.