Woocommerce 'Additional Information' Title Product Page

Hi Guys,

We would like to remove the duplicate headings under Additional Information, would like to remove the larger second title. How do we go about doing this?

URL is https://www.glyndemitre10.com.au/store/product/lion-led-beanie/

Many Thanks!

Ben

Hi Ben,

Thank you for writing in, please add this to Theme Options > CSS

.x-tab-pane.additional_information_pane h2 {
	display: none;
}

Actually, the first one (the smaller one) is the tab label, you can see that if you have description and reviews on your product.



Hope it helps,
Cheers!

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