Pricing Tables

The main identifier for the a price table item is .ol-price-table
<div class="ol-price-table skin-blue">
<div class="head shadow text-center">
<div class="contents">
<h3 class="title">Members</h3>
<h6 class="subtitle">Registration</h6>
</div>
</div>
<div class="body">
<ul class="list-unstyled">
<li>Befor May 14th<span class="pull-right">$230</span></li>
<li>After May 14th<span class="pull-right">$330</span></li>
<li>onsite<span class="pull-right">$330</span></li>
</ul>
<div class="text-center">
<a href="#" class="btn btn-skin-blue btn-circle btn-small btn-wide">Register Now</a>
</div>
</div>
</div>It consists of a .head and a .body.
.shadowclass makes that shadow bellow the head.text-centeralignes the contents of head to centerBody can contain anything
Featured price table takes the .featured class with it
There is a alight variation that can be seen at the demo of the template

the code snippet for the above image is:
Notice to the p with class of etc at the head.
Color Skins
Add these classes to .ol-price-table
.skin-blue.skin-green.skin-purple.skin-yellow.skin-red
Last updated