Home>Support>Vantage Premium – Blank Template

Vantage Premium – Blank Template

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

Totally awesome theme and love the Page Builder.

Could there be a template page that doesn’t have the header / menu and the footer so landing style pages can be created with the Page Builder functions. That would just give me everything I could imagine needing!

I can create one of my own but it will inevitably be overwritten on the next update and I thought this may be a useful facility for others as well.

Many thanks!

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

  1. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi

    Glad to hear you’re enjoying Vantage and Page Builder. You could do this with Custom CSS or a new page template in a child theme to avoid overwrite.

    Here is WordPress on child themes: https://codex.wordpress.org/Child_Themes
    Here is a thread with a style.css intro that will work in a Vantage child theme: https://siteorigin.com/thread/child-theme/

    To do it with CSS insert something like the following under Appearance > Custom CSS:

    /* Landing Page */
    
    .home header#masthead { display: none; }
    .home #colophon { display: none; }

    And swap out .home for whatever the unique body class is for the page you’re doing this on. For example if you were doing it on this page here: http://demo.siteorigin.com/vantage/page-builder/ then you’d swap out .home with .page-id-14

  2. 11 years, 1 month ago nmccloud

    Cool, thanks for the options – off to try it out!

  3. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    For sure. Hope that works out for you.

  4. 10 years, 11 months ago Larissa Castanheira

    Hi, guys.

    I’m a begginer here, and have another doubt about it.

    I’m using the wordpress landing pages plugin, and also Vantage Premium and page builder.

    My website is all black, but I need a page with a white background. How can I add a custom CSS code into this especific page?

    Also, I changed the color directly in the main style.css, will that be a problem? Is there any other way to change the background color (and the header background)? And now, what can I do with my landing page to turn only the content area white again?

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

      Hi Larissa

      Thanks for running Vantage.

      No theme files should ever be directly edited. When you update a theme to its newest version all files are deleted and replaced.

      For CSS please use Appearance > Custom CSS for Vantage Premium and Jetpack Custom CSS for Vantage Free, or a custom CSS plugin of your choosing.

      Our Custom CSS tutorial can be found here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/.

      If you are using the boxed layout of Vantage you can set the content background color by targeting the #main div ID.

      #main {
      background: #fff !important;
      }

      If you’d like to check out Vantage Premium which has this option in the Customizer please head to Appearance > Premium Upgrade.

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

        For further assistance please open a new support 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