Accordion product savety tab
-
Hello, there is a accordion product savety tab on all single product pages in mobile view. It is without content and I don´t know how to deactivate it. I only enabled descrition tab and custom tabs.
Best regards!
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to Dashboard -> Products -> Custom Tabs > remove the custom tab.
Here is the documentation: https://xtemos.com/docs-topic/custom-tabs/
If the issue remains, share the WP login details I will further check on your site and give you a possible solution.
Best Regards,
Hello, this is not possible because then I remove all custom tabs, right? But I need to show the custom tabs I created. I simply don´t want to show the product safety tab. I did not create it, it has no content and it only appears in accordion mode.
Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards,
Hi, here the admin access.
Best regards
Hello,
It is not coming from the theme tabs. Try to add the following CSS code to Theme Settings → Custom CSS → Mobile CSS section to hide this tab.
div#tab-item-title-product_safety {
display: none;
}
Best Regards,