Home › Forums › WoodMart support forum › Tab Closed Tab Closed This topic has 1 reply, 2 voices, and was last updated 6 years, 3 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 21, 2018 at 3:54 am #73517 MAYZELParticipant Hi, is it possible to have the description tab not open by default please? https://snag.gy/IJlTKi.jpg So when you go to a product the tabs stay closed until open manually? August 21, 2018 at 6:37 am #73538 Elise NoromitMember Hello, Add the snippet to the Custom JS section in Theme Settings: setTimeout(function() { var $tab = jQuery('.woodmart-tab-wrapper').find('a.active'); $tab.siblings('.wc-tab').hide(); $tab.removeClass('active'); }, 10); Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register