-
fazthegreat
Hi, I’m using the construction template from the site library and I need to hide the Home link on the main menu. I don’t have any other pages yet, so having just a home link does not make sense. I have deleted all menus and checked all widgets but not sure how to remove this home link. Please advise. Here is the screenshot:
https://imgur.com/a/IdrbCEY -
Hi there,
Can you create a new menu without any items in it and assign this menu to the Primary Menu under Display locations?
Let me know 🙂
-
fazthegreat
So that did help on the desktop but now there is an empty hamburger menu on mobile 🙂
-
Hi there,
are you keeping the other menu bar items like the social icons and search ?
if so you can use this CSS to remove the hamburger only:
#mobile-header .menu-toggle { display: none !important; }
-
fazthegreat
That workded, thanks
-
You’re welcome
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.