Home Forums WoodMart support forum Accordion first tab closed

Accordion first tab closed

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #235816

    Beachboy
    Participant

    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!

    #235849

    Hello,

    This option is provided inside the element. Click the editing element and find the status by default. https://prnt.sc/v63b2b

    Best Regards

    #235862

    Beachboy
    Participant

    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); 
    }); 
    #235915

    Hello,

    So, have you solved the issue with this snippet?

    Best Regards

    #235923

    Beachboy
    Participant

    Yes, that was the solution.

    #235947

    Hello,

    Fine! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)