- This topic has 13 replies, 5 voices, and was last updated 4 years, 10 months ago by
Ying.
-
AuthorPosts
-
June 30, 2021 at 2:03 pm #1840301
Azari
I am trying to remove the primary menu from the website.
When I do that I still have some menu that I don’t really have.June 30, 2021 at 3:34 pm #1840354David
StaffCustomer SupportHi there,
if you do not create a Menu and set its Location to the Primary Navigation then WordPress will automatically create a menu of all Top Level items. If you want to disable the Primary Navigation then you can set its Location to No Navigation in Customizer > Layout > Primary Navigation.
July 1, 2021 at 12:57 am #1840620Azari
Hi,
Thank you for your fast response, I don’t have that option in Navigation in Customizer > Layout > Primary Navigation
https://snipboard.io/ZKHyed.jpgJuly 1, 2021 at 1:00 am #1840622Elvin
StaffCustomer SupportHi Azari,
Consider using a Layout Element for this for it’s Disable element feature –
https://docs.generatepress.com/article/layout-element-overview/#disable-elementYou can tick Primary navigation or Site Header(removes the logo as well) and set the display rule location on target pages.
July 1, 2021 at 3:08 am #1840723Azari
Hi Elvin,
That way the whole header disappearing, I need to remove only the menu.
July 1, 2021 at 3:58 am #1840785David
StaffCustomer Support1. Go to Customizer > Layout > Header and uncheck Navigation as Header
2. Follow the step provided hereJuly 1, 2021 at 8:35 am #1841268Azari
If I do that it brakes the header, no logo, and still the menu is still there.
https://snipboard.io/ujlbt2.jpgJuly 1, 2021 at 10:08 am #1841364Leo
StaffCustomer SupportI think we are all a little confused.
Are you trying to remove these links here?
https://www.screencast.com/t/bHVgfPcmwFFJuly 2, 2021 at 8:37 am #1842415Azari
Hi,
Yes, we are trying to remove them, and now the logo moved to the left it was centered.
I do know how to bring it back…
ThanksJuly 2, 2021 at 10:33 am #1842505Ying
StaffCustomer SupportHi Azari,
If you just want to remove the primary menu items, then create an empty menu and assign it as primary navigation.
https://www.screencast.com/t/vviNNX9pTo center the logo on desktop, try this CSS:
.nav-align-right .navigation-branding { position: absolute; left: 50%; transform: translatex(-50%); }July 7, 2021 at 5:41 am #1847513Azari
Hi, Before the issue started I had on the left side social media icons, on the center the logo, and cart icons on the right.
Trying to remove the primary menu all gets lost. With your help, I’ve removed the primary menu, the logo back to the center, but not social icons with the cart icons are both on the right side.
How can I bring back social media icons to the left without breaking all other items?
https://snipboard.io/zZmgDv.jpgJuly 7, 2021 at 10:29 am #1847994Ying
StaffCustomer SupportTry this CSS:
.main-navigation .menu-bar-items { flex: 1; } .gb-button-wrapper.gb-button-wrapper-5abc7c3d.account-icon { margin-left: auto; }July 9, 2021 at 2:31 am #1849689Azari
Hi,
Thank you, the problem is resolved 🙂July 9, 2021 at 9:03 am #1850195Ying
StaffCustomer SupportYou are welcome 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.