This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Template white with just content

Resolved 10 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

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.

Need fast email support? Get SiteOrigin Premium

Replies

10
  1. publiweb

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

  2. publiweb

    It’s very important for me

  3. Andrew Misplon Staff

    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. Andrew Misplon Staff

    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. 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. publiweb

    And no title please

  7. Andrew Misplon Staff

    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. 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.

    • Andrew Misplon Staff

      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.

Have a different question or issue?

Start New Thread