Hello,
Is there a way I can hide the “MORE INFO” tab on the product page? The main thing I want to hide is the weight and dimensions that I’ve added in the backend. I tried using the following css code but it did not work:
#tab_additional_information{
display:none;
}
Regards,
Kevin