Place this in the elementor scripts code area.
1 2 3 4 5 6 7 8 9 |
<script> jQuery( document ).ready( function( $ ) { setTimeout(function() { $(".elementor-accordion-icon:eq(0)").trigger("click"); }, 500); }); </script> |
© 2022 CODEHAVEN