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 mobile menu with the anchor by tap on title
In case you are using anchor menu and would like to close the menu by click on the menu item you may use the following JS code: <script type=”text/javascript”> (function($)
Close menu by click on menu item (header style 7)
Header style 7 menu is not supposed to be close by click on menu item so when you are using anchor menu it’s not always convenient for the users to
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(){