Remove additional info & shipping
-
How do I remove additional info & shipping from single product!?
Hello,
Please navigate to the Theme Settings > Product page > Tabs > you will find the fields with Additional information, remove all the content.
Best Regards
That removes the shipping tab, but it doesn’t hide the description and additional information tab? Personally, we don’t have any content under additional information that is worth seeing, and those tab titles are just taking up valuable space. Would you have a way to hide both? Thank you!
Adding the code below in the Global CSS removed all the tabs for me!
.woocommerce-tabs ul.tabs {
display: none;
}
That is fine. If you have any questions please feel free to contact us.
Best Regards
The topic ‘Remove additional info & shipping’ is closed to new replies.