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.

Vantage Premium – Blank Template

12 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Andrew Misplon Staff 12 years, 27 days ago

    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. nmccloud 12 years, 26 days ago

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

  3. Andrew Misplon Staff 12 years, 24 days ago

    For sure. Hope that works out for you.

  4. Larissa Castanheira 11 years, 10 months ago

    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?

    • Andrew Misplon Staff 11 years, 10 months ago

      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.

      • Andrew Misplon Staff 11 years, 10 months ago

        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.

Have a different question or issue?

Start New Thread