Hide variations in the tab product view
-
I need to hide the variarions of weight for the “aditional information” tab. In all products.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.tabs-layout-tabs .tabs li.additional_information_tab {
display: none;
}
Best Regards
Hello again.
It works but only in desktop view. When I reduce the width window the tab appears again.
I proved to copy the code in “Custom CSS for mobile” and the others modes, but didn’t change.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please use this code in the Global Custom CSS area. If not working for mobile then share the wp login details of your site i will check and give you a possible solution.
Best Regards.
Hello,
Try to add following code in Theme Settings >> Custom CSS >> Custom CSS for mobile:
.wd-accordion-title.wd-opener-pos-right.tab-title-additional_information {
display: none !important;
}
Best Regards.