• Resolved liza300389

    (@liza300389)


    Hey guys, I am having hard time removing header on my site. I’m using Twenty Nineteen Theme. There is no option to “turn off” the site name and description. And If I do it by deleting the site name – I am still left with a white block on top of the pages.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator James Huff

    (@macmanx)

    Thread Starter liza300389

    (@liza300389)

    thank you very much!

    When I use the code from that link

    .site-content {

    overflow: hidden;

    display: none;

    }

    It just makes my site vanish on the page – The header stays visible but the page content disappears. I am putting this code in the “customize/ additional csss box.

    I can’t get rid of the white space below the header as well.

    Thanks

    • This reply was modified 5 years, 5 months ago by studios.
    • This reply was modified 5 years, 5 months ago by studios.

    Here is my test site where I am unable to remove the white space below the header and above the “test title image.”

    https://blindliberal.com

    Also I am using the mega menu plugin but if I deactive it to the regular links I do have the same spacing problem.

    thanks – any help is appreciated.

    • This reply was modified 5 years, 5 months ago by studios.

    Yes, that advised code would definitely make your site vanish:

    .site-content {
    overflow: hidden;
    display: none;
    }

    If you’re trying to hide the logo, title, etc at the top, use @john-alexander’s code:

    .site-branding-container {
    overflow: hidden;
    display: none;
    }

    If you’re trying to hide the title and whitespace underneath the site branding/menu/etc., try this:

    .entry .entry-header {
      overflow: hidden;
      display: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom CCS – Remove Header in Twenty Nineteen’ is closed to new replies.