Home › Forums › WoodMart support forum › Accordion first tab closed Accordion first tab closed This topic has 5 replies, 2 voices, and was last updated 4 years, 4 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 24, 2020 at 1:40 pm #235816 BeachboyParticipant Hi there, could you please provide me a snippet to close the first item on the Elementor Accordion (NOT IN PRODUCT PAGE), ex. on FAQ pages? https://woodmart.xtemos.com/faqs/ Thank you! October 24, 2020 at 6:33 pm #235849 Elise NoromitMember Hello, This option is provided inside the element. Click the editing element and find the status by default. https://prnt.sc/v63b2b Best Regards October 24, 2020 at 8:10 pm #235862 BeachboyParticipant As I said, it is related to ELEMENTOR. Your answer is for Visual builder…. Fyi: the following script closed the first item for accordion element: jQuery(document).ready(function($) { var delay = 100; setTimeout(function() { $('.elementor-tab-title').removeClass('elementor-active'); $('.elementor-tab-content').css('display', 'none'); }, delay); }); October 25, 2020 at 9:06 am #235915 Elise NoromitMember Hello, So, have you solved the issue with this snippet? Best Regards October 25, 2020 at 9:37 am #235923 BeachboyParticipant Yes, that was the solution. October 25, 2020 at 12:04 pm #235947 Elise NoromitMember Hello, Fine! If you have any questions please feel free to contact us. Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register