Home Page Header without menu - by Diana Zamparo

This topic has 5 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Olga Barlow

  • Avatar: Diana_Zamparo
    Diana Zamparo
    Participant
    June 24, 2019 at 09:56

    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:

    https://prnt.sc/o5vpi4
    Thank you very much!

    4 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 24, 2019 at 10:04

    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

    Avatar: Diana_Zamparo
    Diana Zamparo
    Participant
    June 25, 2019 at 10:05

    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.

    Avatar: Diana_Zamparo
    Diana Zamparo
    Participant
    June 25, 2019 at 10:27

    Hi, I solved using custom field wordpress, pasting your code on page and it works, thank you again!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 25, 2019 at 10:47

    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

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.