Okay
  Public Ticket #2636885
description in description in productpage
Closed

Comments

  • Lauranollet started the conversation

    Hi! 

    In the grey block under the product pictures, in the tab description, the first word is again description.... how can I adapt this?

  • [deleted] replied

    Hi Laura,

    Can you please add the code below to your Custom CSS area:

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

    Have a nice day!