Archived topic
Hide menu from navigation
9 replies · Started by Former User on September 9, 2019
Hi there,
The "Sider" theme currently features a social menu that includes links to Facebook for example. There doesn't appear to be the option to hide the menu. Can the menu be hidden as opposed to deleted?
Hi there,
The social icons are actually added within the header widget which you can remove.
Not sure why you would want to hide it with CSS only but this should work:
.header-widget #nav_menu-3 {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thanks Leo. The header widget displays the navigation menu. I am unable to selectively hide the social menu. Rather than delete it (and re-create it), is there a way to hide it without CSS?
Not sure if I understand.
You are not able to remove that widget?
Hi Leo,
The header widget displays the navigation menu. When I expand the navigation menu it presents a drop down menu with the option to select a menu e.g. primary sider and social sider. Beneath it is the link to delete the menu. Rather than delete the social sider menu, can it be hidden?
What if you just go to the menu builder and delete that social sider menu?
https://docs.generatepress.com/article/using-the-wordpress-menu-builder/
Thanks Leo. I am attempting to avoid deleting the menu. The preference is to hide it.
So basically you are trying to hide that one menu from the dropdown selection navigation menu widget?
I don't think that's possible unfortunately.
GP definitely doesn't control that as it's a WordPress widget.
Thanks Leo. No, the intent is to hide it from the navigation menu on the left. I was able to resolve it from deselecting the "sider menu" from the dropdown menu.
Glad you've figured out :)