Elementor Accordions Closed By Default

Elementor accordions closed by default
<script>
jQuery(document).ready(function($) {
var delay = 100; setTimeout(function() {
$('.elementor-tab-title').removeClass('elementor-active');
$('.elementor-tab-content').css('display', 'none'); }, delay);
});
</script>
Elementor accordion closed by default
.initiatives-accordion .elementor-accordion .elementor-accordion-item:first-child {
display: none !important;
}

Leave a Comment