Okay
  Public Ticket #2341875
Tab Title shown twice
Closed

Comments

  • tutuettata started the conversation

    Hello, 

    On my Product pages (Woocommerce) the title of the 'description tab' is shown in the description text as a heading again. How can I hide this? 

    Thank you for yout help

  • [deleted] replied

    Hi tutuettata,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    All the tabs show their title again (see video) because that is default WooCommerce behavior, but if you want to hide them then please just add this CSS code to your Custom CSS area:.

    .woocommerce .woocommerce-tabs .entry-content h2 {
        display: none;
    }

    Have a nice day!

  • tutuettata replied

    Thank you for your help.

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!