remove links from mobile menu
-
Dear,
When I activate the mobile sidebar, it automatically adds “whishlist” and “login/register”.
However, I have put them as icon in the mobile header. So it makes double.
I want to remove the links from the mobile menu, how to do?
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme Settings > custom CSS:
.site-mobile-menu .menu-item-wishlist,
.site-mobile-menu .menu-item-my-account{
display:none;
}
Best Regards
This code has removed the whishlist correctly
but Login/Register is still displayed. Can you check?
Hello,
I do not see that https://gyazo.com/10789f10987fb428987566d90497aa78
I have added !important
check now
Best Regards
good, it’s working fine now
thanks
The topic ‘remove links from mobile menu’ is closed to new replies.