Plugin Elementor: How can the accordion be closed by default?

<script>
jQuery(document).ready(function($) {
var delay = 200; setTimeout(function() {
$(‘.elementor-tab-title’).removeClass(‘elementor-active’);
$(‘.elementor-tab-content’).css(‘display’, ‘none’); }, delay);
});
</script>
Without cookies
This website does not use cookies or tracking. More information can be found in the privacy policy.