« See all FAQs for Politician Responsive WordPress Theme
How can i put the icons (CAMPAIGN, ACCESSIBILITY , CALENDAR) ?
Simply place the code as below one to special field in your theme options:
<ul class="block-with-icons clearfix">
<li class="b1">
<a href="http://politic.webtemplatemasters.com/vivamus-vitae-nibh-lacus-aliquam-venenatis/">
<h5>Campaign</h5>
<span>Adipiscing tincidunt malesuada.</span>
</a>
</li>
<li class="b2">
<a href="http://politic.webtemplatemasters.com/features/">
<h5>accessibility</h5>
<span>Adipiscing tincidunt malesuada.</span>
</a>
</li>
<li class="b3">
<a href="http://politic.webtemplatemasters.com/events/">
<h5>calendar</h5>
<span>Adipiscing tincidunt malesuada.</span>
</a>
</li>
</ul>
