Home › Forums › WoodMart support forum › Accordion tabs Accordion tabs This topic has 1 reply, 2 voices, and was last updated 6 years, 11 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 18, 2018 at 6:30 pm #34117 tayyibParticipant Hi, I needed help to change the accordion tabs What do I need to change in the tabs.php file to have all tabs closed. January 18, 2018 at 8:17 pm #34131 Artem TemosKeymaster Hi, By default, WooCommerce opens first tab when the page is loaded. You can try to close it manually right after page loading by adding this code snippet to the Custom JS section in Theme Settings setTimeout(function() { var $tabs = jQuery( '.wc-tabs, ul.tabs' ).first(); $tabs.parent().find('#tab-basel_additional_tab').hide(); $tabs.parent().find( '.basel_additional_tab_tab' ).removeClass('active'); }, 10); Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register