Home › Forums › WoodMart support forum › ACCORDEON PRODUCT PAGE ACCORDEON PRODUCT PAGE This topic has 1 reply, 2 voices, and was last updated 3 years ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 20, 2021 at 8:32 pm #326678 ParisParticipant Hello, Currently, when we open a product page, the first accordion toggle is open (IMAGE A). I would like to know how to make it closed and thus have the result of (IMAGE B) as soon as we arrive on a product page. Best regards Attachments:You must be logged in to view attached files. October 20, 2021 at 11:15 pm #326686 Elise NoromitMember Hello, Thank you very much for choosing our theme and for contacting us. Please add this snippet to the Theme Settins > Custom JS on the document ready: if (jQuery(window).width() <= 1920) { setTimeout(function() { var $tab = jQuery('.wd-tab-wrapper').find('a.active'); $tab.siblings('.wc-tab').hide(); $tab.removeClass('active'); }, 10); } Best Regards Best Regards Author Posts Tagged: accordeon Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register