About
Globo is the company specializing in website design and development in Vietnam.
18 Khuc Thua Du Street, HN
globosoftware
contact@globosoftware.net
Follow Us

My original main menu still appear when my store loading. How to make it better?

You are here:
Estimated reading time: < 1 min
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.
Was this article helpful?
Dislike 0
Views: 299