• Hello all,

    I’m new to css/php but can follow directions and know how to create a child theme. I’m looking to create a site very similar to this theme from Squarespace.

    Hatch is about as close as I’ve come in two days, but the header is in the way. Can anyone help me figure out how to remove it completely, so that I may set a static home page and utilize a page builder plugin to create a gallery (I don’t have nearly enough content to create posts and categories yet.)

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter saucer78

    (@saucer78)

    I may go ahead and try this, but cannot fully test responsiveness:

    Is is safe to simply remove

    get_header(); // Loads the header.php template. ?>

    from Full Width Page Template.php and page.php or will there be some css work to be done as well?

    Thread Starter saucer78

    (@saucer78)

    Solution was found in another thread!

    Custom css:

    /*__________static front page: hide title__________*/
    .home.singular-page .hentry .entry-title {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    }

    /*__________static front page: content fix__________*/
    .home.singular-page #content { width: 68.0851%; }
    .home.singular-page.page-template-fullwidth #content { width: 100%; }
    .home.singular-page .hentry { width: auto; height: auto; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I COMPLETELY remove the header?’ is closed to new replies.