How to Make a Sales Page with the Headway Theme

Making a sales page with Headway is amazingly easy to do. Just check out the HH premium section’s sales page. So, let’s get started, huh?

How to Make A Killer Sales Page with Headway

The first thing you need to do is create a new page. Once that’s done, follow these settings to optimize it and hide it from your viewers.

  1. Create a new page in the wordpress dashboard.
  2. Add your copy to the page you’ve created in the wordpress dashboard.
  3. Check “hide from navigation” in the navigation panel.
  4. Customize the SEO settings as needed.
  5. Alter the page title if needed.
Do not link your sales page to any leaf templates.

Removing the Header and Footer Elements

Now that you’ve got your page created, scroll down to the “Header Elements” tab in the write panel and check all of the options.

Publish/update the page and the header elements will magically go away! Unfortunately, you’ll need to use CSS for the footer.

Find the ID number of your sales page. It either appears in the address bar URL of the dashboard page editor (&post=xxxxx) or you can look it up in the body tag with FireBug. Once that’s done, add the following code to the bottom of your custom.css file:


body.pageid-xxx div#footer, body.pageid-xxx div#footer-container {display: none;}

Be sure to replace the “XXX” with the ID number of your page. This will relieve your sales page of its footer.

How to Customize the Styling of Your Sales Page Content

From here on out, it’s all CSS. If you want to use fancy formatting on your sales page, simply follow this structure when adding code to your custom.css file:


body.pageid-xxx .entry-content h2 {font-size: 40px; line-height: 45px; color: red;}

body.pageid-xxx .entry-content blockquote {border: 3px dashed #ccc;}

You’ll need to use the “.entry-content” selector because that’s the closest element to your body text. Without it, your CSS code may not work. Note that you need to replace “XXX” with the correct ID number for your sales page.

How to Give Your Sales Page a Custom Background

I’m going to assume that one of the most common things you’ll want to do with your sales page is give it a custom background. This can be achieved by adding the following code to the bottom of your custom.css file:


body.pageid-xxx {background: url(custom/images/sales.jpg);}

Note that this code doesn’t use the “.entry-content” selector. That’s because we want the entire body of the sales page, not just the content.

Made Your Sales Page Yet?

  • What questions do you have about creating sales pages with Headway?
  • Have any examples you want to share?

Share your thoughts and opinions below!

You just finished reading How to Make a Sales Page with the Headway Theme. Consider leaving a comment. Is the content out of date?
Let us know so we can update it.

http://headwayhub.com/2010/06/01/how-make-sales-headway-theme/

Hey You! What's Powering Your Website?

No Need For WordPress Developers! Drag & Drop With Headway

Headway is a feature-rich, flexible and user-friendly WordPress theme which nearly eliminates the need for coding, and empowers average WordPress users to create unique, great looking WordPress sites.

Learn More About Headway Themes

Post comment as twitter logo facebook logo
Sort: Newest | Oldest

Hi Corey,

Excellent tutorial to take out all the confusion.

Here's a tip I'd like to add.

Removing the Sidebar:

If anyone would like to remove the side bar, you can do this by entering the visual editor and simply delete the sidebar. Just hover over the sidebar (leaf) and you'll see a couple of options. One of them is a red X. Click that and save.

I personally just did this while making a test squeeze page / opt-in page.

Talk soon
Eric

Nice tip, Eric :)

I think pages are pre-created without sidebars but if you have default leafs set you'll definitely want to make sure you wipe it out for your sales page. :)

Hello Corey,

Thank you for this tutorial.

Any chance you could make a screen tutorial on this?

Could you watch this video http://bit.ly/9CgTMO

and possibly inform me as to how to accomplish what I'm trying to do?

1) There will be a video in the premium section.

2) Go into HTML mode in the write panel and stick your form and video into your content.

3) Make your form leaf have fluid height.

Hey Corey, what timing that I came across this post. I had a client who just purchased Headway and asked about a "sales page". Before I could even answer her I happen to come across this post. Perfect. As always, thanks for sharing!

I'm glad to be so helpful and convenient, haha. Thanks for stopping by!