Hello,
Is it possible to hide the ‘Additional Information’ and categories under the product description on single product pages ?
Many thanks,
Nathan
This topic has 2 replies, 2 voices, and was last updated 9 years ago ago by Robert Hall
Hello,
Is it possible to hide the ‘Additional Information’ and categories under the product description on single product pages ?
Many thanks,
Nathan
Hello,
Please add this code in 8Theme options->Styling->Custom CSS->Global Custom CSS.
.woocommerce-variation-description,
.product_meta{
display:none;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up