hi there,
Am I able to hide ‘The Final details’ heading on this product. I only want to hide it on this page though, and not the other products.
I’ve tried everything.
Thanks
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top.single-product.postid-7869 .woocommerce-tabs {
display: none;
}
Regards,
Yigit