Mobile side menu does not really work
-
Hi!
I have 3 link on the Top bar menu on desktop view, but if i change to mobile view, automatically add those links to the side bar menu, but only 2 links, the first, and the third (my profile and log out). The question is, where is my second link?
Hello,
You can manage your mobile menu manually via Appearance -> Menus. Just create a new one and add your links there. Then check it to be in Mobile navigation location. My account links added there automatically.
Regards
There is a way to not add automatically those links to my menu?
Yes, you can hide it by adding this code snippet to the Custom CSS in Theme Settings
.mobile-nav .header-links {
display:none;
}
Regards
The topic ‘Mobile side menu does not really work’ is closed to new replies.