Accordion first tab closed
-
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!
Hello,
This option is provided inside the element. Click the editing element and find the status by default. https://prnt.sc/v63b2b
Best Regards
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);
});
Hello,
So, have you solved the issue with this snippet?
Best Regards
Yes, that was the solution.
Hello,
Fine! If you have any questions please feel free to contact us.
Best Regards