• Is it possible to close all tabs by default?

    like this code for Standard Elementor Tabs:

    <script> 
    jQuery(document).ready(function($) { 
    var delay = 10; setTimeout(function() { 
    $('.elementor-tab-title').removeClass('elementor-active');
     $('.elementor-tab-content').css('display', 'none'); }, delay); 
    }); 
    </script>

    Thanks!

    Best

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘closed Tabs by default’ is closed to new replies.