Moved: Reply To: Add unique product on home page
-
Hello, how do I remove the additional information box?
I’ve been looking for a while and I don’t know how to remove
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-tabs.tabs-layout-accordio {
display: none;
}
Best Regards
It doesn’t work… make sure you have access to the store anyway
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry I have misprinted with the code, please replace the code with this one:
.tabs-layout-accordion {
display:none;
}
This code removes all the tabs. I see you have the only tab “additional tab” that is why I give you this code.
Please let me know if it does not work for you.
Best Regards
No, I only want to remove the additional information tab. I have other products with descriptions.
Your code for the additional information tab does not work…
Attachments:
You must be
logged in to view attached files.
Hello,
You will need to switch to the Tabs mode as it is not possible to do it in accordion.
If you have any questions please feel free to contact us.
Best Regards