This topic has 5 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
Hi, I would like to know how can set in Home page an header without menu. I see in the settings of every singe page there is the possibility to set different header and menu than default (set in theme options), but not the option to not set any menu. I would to set something like this:
Thank you very much!
Hello,
You can either create an empty menu (Appearance > Menus) and choose this empty menu as custom menu for the page.
Or hide the menu by custom CSS
.template-content .header-wrapper .menu-wrapper {
display: none;
}
Regards
Hi, thank you.
I tried to create empty menus but when I tried to select them on home page options, but is not possible to do it (empty menus doesn’t appear on the selectable menus).
For css I don’t want to make this changes for the other pages.
Hi, I solved using custom field wordpress, pasting your code on page and it works, thank you again!
Hello,
Yes, use the custom CSS for the page http://prntscr.com/o6cn80 if you need to apply some styles for the page only.
Regards
You must be logged in to reply to this topic.Log in/Sign up