• Resolved fzoid

    (@fzoid)


    Twentynineteen theme.
    I was able to remove the title of the page now I would like to remove white space where the title goes. Can anyone help with this?
    See at https://ronthebarber.com

    • This topic was modified 5 years, 6 months ago by fzoid.
    • This topic was modified 5 years, 6 months ago by fzoid.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter fzoid

    (@fzoid)

    The answer is:
    Additional CSS:
    Add code:
    .site-content {

    overflow: hidden;

    display: none;

    }

    The actual code to remove title and tagline of the site is:

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

    Neither answered the question. I think OP was asking about the title area on a page, not so much the site branding area above it.

    For the title area, remove it and the whitespace with this:

    /* remove giant twentynineteen title */
    .entry .entry-header {
      overflow: hidden;
      display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twentynineteen theme want to remove white space where the title goes’ is closed to new replies.