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 #2808717
More info tab
Closed

Comments

  •  2
    peterhabanek started the conversation

    Hi, 

    How can I remove this default tab "more info" (screenshot) in single product page? It is confusing for customers. I can't find it in product settings.

    Thanks.
    Peter Habánek

  • [deleted] replied

    Hi Peter,

    Please add the code below to your Custom CSS area:

    li#tab-title-additional_information {
        display: none;
    }
    Thanks!