Remove 2nd description

Posted in: Newspaper
Post count: 36

Within a WooCommerce post, I get the word description twice.

Is there a way to remove the second description word?

Description

Post count: 23312

Hello dartsworld,

You should provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 36
Post count: 23312

Hello dart,

Try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.woocommerce-tabs h2{
display:none;
}

Thanks.

Post count: 36

Thanks, that works perfectly

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.