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!