(→Customize with CSS) |
(→Customize with CSS) |
||
| Line 128: | Line 128: | ||
Here's an example of how this section looks with the following CSS applied. | Here's an example of how this section looks with the following CSS applied. | ||
| − | + | * Apply the following Column Colors to your page meta: | |
Header Background: #2D2D2D Head Text Color: #F4F4F4 | Header Background: #2D2D2D Head Text Color: #F4F4F4 | ||
| − | + | * Add the following CSS to your Custom Code section: | |
<div style="background-color: #F2F2F2; clear: both;"> | <div style="background-color: #F2F2F2; clear: both;"> | ||
.pcol-head { | .pcol-head { | ||
The Pricing section displays columns that allow your users to compare plans or products. It utilizes Custom Post Types, which allow you to easily modify and arrange your pricing columns. Add some CSS to truly customize your columns
After you have purchased, installed, & activated the Pricing section, you must then enable it in your template.
Contents |
From your WordPress Administration Panel:
You will now see an empty Pricing section on every page that it is active on. If you don't want the Pricing section to be displayed on all of those pages, you must configure your pages to show/hide it
From your WordPress Administration Panel:
Because the Pricing section is displayed by default when you enable it, you will need to use this method for every page that you do not want the Pricing section displayed.
You can also hide the Pricing section by default, and choose the pages you want to show it on.
From your WordPress Administration Panel:
Now the Pricing section will be hidden by default until you select to show it on the individual page.
Now that you've configured which pages will show the Pricing section, it's time to create some Pricing columns
From your WordPress Administration Panel:
A Pricing Set is what controls which Pricing columns are displayed on individual pages
From your WordPress Administration Panel:
From your WordPress Administration Panel:
Now that you have set up your Pricing columns, there are a few more page-level steps that are needed to control some display options.
From your WordPress Administration Panel:
By default, the Pricing columns will be displayed chronologically, with the newest Pricing column displayed first. To change the order of the Pricing column, or any post type for that matter (Banners, Features, or Boxes), you must install the Post Types Order plugin. It will allow you drag and drop control over the order.
Download, install, & activate the Post Types Order plugin.
From your WordPress Administration Panel:
Use some CSS to really make your Pricing section look great.
Here's an example of how this section looks with the following CSS applied.
Header Background: #2D2D2D Head Text Color: #F4F4F4
.pcol-head {
border-radius: 11px}
.pcol-title {
background-color: #2d2d2d;
border-radius: 11px 11px 0px 0px;
border-bottom: 1px solid #000000; text-align: left; color: white !important; font-size: 24px}
.pcol-highlight {
background-color: #2d2d2d; font-size: 93px; padding: 0px;
} .pcol-link {
background-color: #2d2d2d; border-radius: 0px 0px 11px 11px}
.action-link{border-radius: 25px}
.pcol-content p{
color: #ffffff; font-family: arial; font-weight: bolder; font-size: 17px}
.pcol-link {bottom:0px}
.feature-list li a, .feature-list li a:hover {
color: black; border: none}
.pcol-content{
background-color: #2d2d2d; border-bottom: 4px solid black}
.pcol-features {
background-color: #e4e4e4; border: none; border-radius: 11px; padding-left: 10px; padding-right: 10px}
.pcol-features ul li {
border-bottom: 1px solid #C8C8C8; border-top: 1px solid #eeeeee}
li#menu-item-111 {border: none;}
.endlink {border-bottom: none !important}