Product descriptions shown twice

Woocommerce product descriptions and Additional Information are shown twice. How do I delete one of them?

Hi @eutaw,

Did you mean the titles? Please try adding this custom CSS under X > Theme Options > CSS:

.woocommerce-tabs .x-tab-pane > h2 {
    display: none;
}

Hope it helps :slight_smile:

Thank you very much!

Glad we could help,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.