Okay
  Public Ticket #2470367
Kalium Shop
Closed

Comments

  • Kay Chin started the conversation

    Hi, Im enjoying my Kalium theme a lot so bought a second license for another site.

    Im wondering if I can delete one of the Descriptions in the screenshot attached. This is for the single product page. I would like to delete either the Tab or the word Description in the field itself.

    https://www.taykaychin.com/product/limited-edition-prints-punakha-198/

  • [deleted] replied

    Hi Kay Chin,

    Thanks for your kind wordssmile.png

    As for your question:

    That doesn't look cool for us too but that is the way that WooCommerce plugin shows those areas, anyway to remove the title in the description area please just add this CSS code to your Custom CSS:

    .woocommerce-tabs #tab-description h2 {
        display: none;
    }

    Have a nice day!