Okay
  Public Ticket #2777143
Hide product additional information and reviews tabs
Closed

Comments

  •  4
    kmeyer9999 started the conversation

    In my product page I'd like to NOT show the "additional information" and "reviews" tabs below the product description and images. Is there an easy way to hide that info? I haven't decided yet whether I'll want to include the Description tab, which seems to appear only if a description is present in the product. Thanks!

    --Kurt

  • [deleted] replied

    Hi Kurt,

    To hide the "Additional information" and "Reviews" tabs please add the code below to your Custom CSS area:

    .woocommerce-tabs #tab-title-additional_information {
        display: none;
    }
    .woocommerce-tabs #tab-title-reviews {
        display: none;
    }

    Have a nice day!