Hide Additional Information
-
is there a way to hide the tab named “Additional Information”? Im not referring to add on tabs, that’s clear. This is the default tab next to the DESCRIPTION tab
Hello,
Additional tab (with the attributes) enter each attribute in the product page and disable showing on the product page. Not editable.
Additional tab (Shipping information) You can edit it in the Theme Settings > Product page > Tabs: https://xtemos.com/docs/woodmart/html-blocks-2/#shipment_delivery
If you have any questions please feel free to contact us.
Best Regards
Does your reply mean Additional tab (with the attributes) can be hidden or not?
Hello,
The tab showing attribute would be hidden if you enter every attribute and disable showing the attribute on the product page, this tab would be hidden.
If you have any questions please feel free to contact us.
Best Regards
Hi Elise,
Not sure why we don’t have a closure yet! My question is specific to Additional tab (with the attributes) – can this be hidden? If yes then steps for the same.
Note: Im not referring to the custom tabs one can add. Im referring to the tab next to description. refer to the images shared earlier.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-nav-tabs>li.additional_information_tab {
display: none;
}
Best Regards
Thank you for your help. This worked.
You are welcome! We are here to help.
Wish you a wonderful day!
Hello,
Please clarify what part is not workable. I have provided CSS. Do you mean that?
Best Regards
The solution works in Desktop but not in the mobile view. It shows additional information which is hidden in desktop view.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-accordion-title.tab-title-additional_information {
display: none;
}
body .woocommerce-Tabs-panel--additional_information {
display: none;
}
Best Regards
Thank you for the help Elise, please close the topic. 5 stars to you 🙂
Hello,
Thank you very much! Our all theme appreciate your feedback!
If you have any questions please feel free to contact us.
Best Regards
You are welcome!
Wish you a wonderful day!
The topic ‘Hide Additional Information’ is closed to new replies.