Close DIVI accordion completely

Bildschirmfoto 2020 06 28 um 23.06.29
Contents

    If you would also like to close the accordion in DIVI completely, this code will help you:

    <script>
    jQuery(function($){
    $('.et_pb_accordion .et_pb_toggle_open').addClass('et_pb_toggle_close').removeClass('et_pb_toggle_open');$('.et_pb_accordion .et_pb_toggle').click(function() {$this = $(this);setTimeout(function(){$this.closest('.et_pb_accordion').removeClass('et_pb_accordion_toggling');},700);});});</script>

    You can insert the code here:

    Dieser Beitrag ist auch verfügbar auf: Deutsch (German)

    Updated on 1. April 2024
    Was this article helpful?

    Leave a Reply

    Your email address will not be published. Required fields are marked *