Close accordion on click

By default, there is no option to close the accordion on click but there is a solution. You can add the following JS code to achieve this: <script type=”text/javascript”> (function($){ $(“.vc_tta–accordion .vc_tta–panel“).on(“click”,function(){