This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

20
  1. Greg Priday Staff

    Hi LaTorri

    One option here would be to make sure you remove everything from the header. You can empty the menu for example by navigating to AppearanceTheme SettingsLayoutMasthead Menu. Disable this setting.

    Then add the following custom CSS.

    #masthead{
        display: none !important;
    }

    That should do the trick.

  2. LaTorri McCray

    Thanks so much Greg! It worked like a charm!

  3. LaTorri McCray

    On second thought…This also removes the menu. I want to keep the menu at the top. I only wanted to remove the top header (not the menu). Is that possible?

  4. Support Assistants

    Hi LaTorri

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    body.responsive.layout-full #page-wrapper .hgroup.full-container {
    	display: none;
    }

    You might also need to install the SiteOrigin CSS Editor.

  5. LaTorri McCray

    I must be missing a step. In inserted the code you provided and it adds the header back in. I want to remove the header where the logo resides but keep the menu. I have an example of what I want to accomplish but your site would not allow me to upload the image. Is there another way I could send it to you?

  6. Support Assistants

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  7. LaTorri McCray Private

    This is a private message.

  8. Support Assistants

    Thanks. A screenshot doesn’t help too much because we’re unable to inspect the source code. A live URL let’s see exactly what’s happening the page’s CSS, from there we can make adjustments. We’re unable to see your WordPress site using the above URL. Please, send login details if necessary.

  9. LaTorri McCray

    As mentioned previously you will need to edit host file on your computer to see the live version of the site. I will obtain the instructions for you and send them your way.

  10. Support Assistants

    Thanks

  11. LaTorri McCray Private

    This is a private message.

  12. Support Assistants Private

    This is a private message.

  13. LaTorri McCray

    Hello-

    Try changing the IP in your host file to the following: Private Snippet

  14. LaTorri McCray Private

    This is a private message.

  15. Support Assistants

    Sure. I’ve marked the address as a private snippet. The grey background indicates this.

  16. Support Assistants

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    body.layout-boxed .hgroup.full-container {
    	display: none;
    }
  17. Lucas Tolle

    I wonder what you want to do.

    Do you want a page without the header:

    – Maybe “with or without menu”
    – Maybe “with or without logo”
    – Maybe “without the two”

    – Just wanted to do on a single page or a few. Or would like to do this in all page?

    I have the solution for you. But I need to know what you really want to do among the items mentioned above.

    Let me know to help you.

    Lucas Tolle

  18. LaTorri McCray

    That worked! Thanks!

  19. Support Assistants

    Super :) Glad that helped.

    Thanks for your offer Lucas. Appreciate it!

    • Lucas Tolle

      Support Team, I’m always available to help.

      Count on me!

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread