Price Table - how to re-insert

Multipurpose WordPress Theme Forum Support
GK User
Fri Apr 10, 2015 11:06 am
Last one for now (really). : ) Edited the 'Price Table' info on Front Page and now it doesn't look like the Quark Demo. Is there any way to re-insert the demo content to have the same visual as the demo or ?
User avatar
Junior Boarder

GK User
Fri Apr 10, 2015 1:22 pm
Hi,

You can remove this page and import demo content again or copy the following fragment:
Code: Select all
<div class="site">
<div class="gk-price-table gray-bg bigger-spaces" data-cols="3">
<dl>
<dt><strong>Basic</strong><span>69<sub>€</sub></span></dt>
<dd>
<ul>
<li>Tation ancillae appetere</li>
<li>Lorem ipsum dolor</li>
<li>Stet nemore te his</li>
</ul>
</dd>
<dd><a href="#">Buy now</a></dd>
</dl>
<dl class="gk-premium">
<dt><strong>Premium</strong><span>99<sub>€</sub></span></dt>
<dd>
<ul>
<li>Tation ancillae appetere</li>
<li>Lorem ipsum dolor</li>
<li>Stet nemore te his</li>
</ul>
</dd>
<dd><a href="#">Buy now</a></dd>
</dl>
<dl>
<dt><strong>Plus</strong><span>79<sub>€</sub></span></dt>
<dd>
<ul>
<li>Tation ancillae appetere</li>
<li>Lorem ipsum dolor</li>
<li>Stet nemore te his</li>
</ul>
</dd>
<dd><a href="#">Buy now</a></dd>
</dl>
</div>
</div>
User avatar
Moderator

GK User
Fri Apr 10, 2015 8:51 pm
Got it!! Thank You!!
User avatar
Junior Boarder


cron