Home>Support>Template white with just content

Template white with just content

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

I would like the codex for my page.php template to build a white without menu, header and footer.
just to get my content with PageBuilder.
My template is siteorigine vantage

Thanks

URL: http://www.unecartecadeau.ca

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 5 months ago publiweb

    I forgot to specify that I want to use this template page just for a specific page, not to the full site

  2. 10 years, 5 months ago publiweb

    It’s very important for me

  3. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi publiweb

    The easiest way to do this would be to use CSS to hide the elements you don’t want on that specific page, if you send through the link to the page we can help with that.

  4. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Sure, give this a try under Appearance > Custom CSS:

    /* With Sidebar */
    
    .page-id-798 #masthead, .page-id-798 #colophon { display: none; }
    
    /* Without Sidebar */
    
    .page-id-794 #masthead, .page-id-794 #secondary, .page-id-794 #colophon { display: none; }
    
    
  5. 10 years, 5 months ago publiweb

    This is Super Andrew, thank you.

    But sorry I forgot to tell you I did not want background .. He must be white.

    thank you again

  6. 10 years, 5 months ago publiweb

    And no title please

  7. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Sure. Looks like you’ve sorted the page title, here is how it looks with the background removed:

    /* With Sidebar */
    
    body.custom-background {
    background-color: #fff;
    background-image: initial;
    }
    
    .page-id-798 #masthead, .page-id-798 #colophon { display: none; }
    
    /* Without Sidebar */
    
    body.custom-background {
    background-color: #fff;
    background-image: initial;
    }
    
    .page-id-794 #masthead, .page-id-794 #secondary, .page-id-794 #colophon { display: none; }
    
  8. 10 years, 5 months ago Yvon Laprise

    Andrew thank you again for your help . I put what I really want to do and if I have other problems I come back to you.

    • 10 years, 5 months ago Andrew Misplon
      Hi, I Work Here

      Hi Yvon

      Glad to hear you’re making progress. If need a hand, please open a new thread and we’ll jump in there:

      Page: New Thread

      Thanks

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More