Home>Support>Template white with just content
  1. 9 years, 7 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. 9 years, 7 months ago publiweb

    It’s very important for me

  3. 9 years, 7 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. 9 years, 7 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. 9 years, 7 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. 9 years, 7 months ago publiweb

    And no title please

  7. 9 years, 7 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. 9 years, 7 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.

    • 9 years, 7 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