[Resolved] Totally blank page

Home Forums Support [Resolved] Totally blank page

Home Forums Support Totally blank page

  • This topic has 4 replies, 2 voices, and was last updated 8 years ago by Tom.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #182397
    kit

    Hi, I want to have a totally blank page, in this instance I can’t use a blank page template. When I click disable header, primary navigation, secondary navigation, post image / page header, content title and footer I am left with my content pane but you can still see the background. How can I make the content pane occupy the full window. Is there some css or a plugin?

    Much appreciated

    Kit

    #182438
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You’ll need to add some CSS.

    Find the ID of your page, and then add this:

    body.page-id-xx {
        background-image: none;
        background-color: transparent;
    }

    xx being the ID of that page.

    Hope this helps πŸ™‚

    #182514
    kit

    Thanks, I now have a totally white screen. When I type the word test it is not exactly in the top left corner, how would I totally remove margin etc? Thanks again πŸ™‚

    #182541
    kit

    Solved using:

    body.page-id-266 .grid-container {max-width: none;}
    body.page-id-266.separate-containers .site-main {margin: 0;}
    body.page-id-266.separate-containers .inside-article {padding: 0;}
    #182641
    Tom
    Lead Developer
    Lead Developer

    Awesome, thanks for posting your solution πŸ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.