How to hide search in tabs

You can add the following CSS code to hide the search in the mobile header on tabs: @media only screen and (max-width: 1100px){ #header-container:not(.small) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-right

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(){