Definitely. You can hide the main menu when loading your store by using the following code:
add this at the end of theme.scss:
.site-nav {
visibility: hidden;
}
.site-nav.globomenu {
visibility: visible;
}
Note: There is no specific solution for each theme. If it does not work, please contact your theme developer.