Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

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!