You can add the following css:
.main-menu {
display:none;
}
To correct the position of the arrow, go to “retailsy/template-parts/sections/section-header.php” and on line 129 (<div class=”product-category-browse active”>), change active to modal-opened.
So it looks like: <div class=”product-category-browse modal-opened”>
Save it and that’s it.
Hope this helps.