Home › Forums › WoodMart support forum › Hide tabs if empty Hide tabs if empty This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 10, 2021 at 2:37 pm #317755 iivaaParticipant Hello, I have two guestions: 1. Is it possible to hide the section with borders above Similar products when there are no tabs in Product page? 2. How to remove some options from the Products sorting dropdown? Best regards Attachments:You must be logged in to view attached files. September 11, 2021 at 12:06 am #317804 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .product-tabs-wrapper { display:none; } Best Regards September 11, 2021 at 1:59 pm #317912 iivaaParticipant Hello, I want to hide the section with borders (tabs section) only when there are no tabs i.e the content is empty, not always. body .product-tabs-wrapper { display:none; } With the css above the tabs always will be hidden even when there is a content. Best regards September 12, 2021 at 11:13 am #317970 Elise NoromitMember Hello, Unfortunately, it is not possible. I can just give CSS to make the border transparent however the gap will remain. Here is code, please remove the previous one: body .product-tabs-wrapper { border-color: transparent; } Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register