How to exclude an additional table
-
Hello friends,
How to disable an additional table on the product page?
Attachments:
You must be
logged in to view attached files.
Hello,
You need to clear the title and content field in the Theme Settings > Product page > Tabs.
Best Regards
Thank you.
How about removing empty space and lines?
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the product page URL, I will provide custom CSS.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-tabs-wrapper {
display:none;
}
Best Regards
Thank you.
One more question. How to hide a message on mobile devices
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .woocommerce-result-count {
display: none;
}
Best Regards