Как спрятать стандартное меню в десктопной версии сайта перед загрузкой multi-level menu
Last updated
Last updated
<style>
.pushmenu-btn {
display: none!important;
}
</style> <style>
/*start settings for displaying the menu in a new design*/
#ec-instantsite .ins-tile--header {
display: none;
}
/*end settings for displaying the menu in a new design*/
</style>