Home › Forums › WoodMart support forum › single product hide tab single product hide tab This topic has 2 replies, 2 voices, and was last updated 3 hours, 53 minutes ago by vt. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts April 7, 2025 at 12:57 pm #652126 vtParticipant hello i am trying to hide this tab https://prnt.sc/ufvbLNM-I1Rb so far no options can it only be hidden with css?if yes please provide the code April 7, 2025 at 3:55 pm #652216 Aizaz Imtiaz AwanKeymaster Hello, This is the main description on the product page. So, if you want to hide it, just remove all description content. If you want to remove both tabs, add the following code in Theme Settings > Custom CSS: .woocommerce-tabs .wc-tab, .woocommerce-tabs ul.tabs li { display: none !important; } Best Regards. April 7, 2025 at 4:04 pm #652223 vtParticipant hello i dont wanna hide all tabs because this will happen https://prnt.sc/fk7NEZ7IBT6d and some important info will be hidden like this https://prnt.sc/2cRo04quaFhz and this in some products https://prnt.sc/Z4fpxpb3_qKP i wanna hide all the information about weights dimensions Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to create new topics. Login / Register