Jump to content

Personalized Cms Block Info Icons Not Working


oliverjewels

Recommended Posts

Hi guys!

Im doing my site with prestashop 1.6.1.2 and i'm trying to customize the cms block info yo tell my customers free shipping, payment secure etc. For some reason is not working  and in the site just show the words not icons at all. Someone can help me with this? here's the codes of how it is now, i don't want it on the footer (attached pic) Thanks for the help!

 

<ul>

<li><em class="icon-truck" id="icon-truck"></em>
<div class="type-text">
<h3>Lorem Ipsum</h3>
<p>Lorem ipsum dolor sit amet conse ctetur voluptate velit esse cillum dolore eu</p>
</div>
</li>
<li><em class="icon-phone" id="icon-phone"></em>
<div class="type-text">
<h3>Dolor Sit Amet</h3>
<p>Lorem ipsum dolor sit amet conse ctetur voluptate velit esse cillum dolore eu</p>
</div>
</li>
<li><em class="icon-credit-card" id="icon-credit-card"></em>
<div class="type-text">
<h3>Ctetur Voluptate</h3>
<p>Lorem ipsum dolor sit amet conse ctetur voluptate velit esse cillum dolore eu</p>
</div>
</li>
</ul>

post-1102583-0-55444200-1454344310_thumb.png

Link to comment
Share on other sites

  • 1 month later...
I've solved this is how it works.  :)

 

<ul>

<li><em class="fa fa-truck" id="icon-truck"></em>

<div class="type-text">

<h3>Doručenie tovaru do 24 hodín</h3>

<p>Pri objednávke tovaru do 15:00 hod. v pracovný deň je doručenie tovaru nasledujúci pracovný deň do 24 hodín.</p>

</div>

</li>

<li><em class="fa fa-phone" id="icon-phone"></em>

<div class="type-text">

<h3>Praktické informácie vždy k dispocícii</h3>

<p>Pre informácie o objednávke, doručení, platby a iných informácii kontaktujte od 07:00 do 15:45 tel. číslo 00421 38 5 316 165. </p>

</div>

</li>

<li><em class="fa fa-credit-card" id="icon-credit-card"></em>

<div class="type-text">

<h3>Zákaznícky účet</h3>

<p>V zákazníckom účte môžte spravovať Vaše adresy, objednávky, vernostné body, poukážky atď.</p>

</div>

</li>

</ul>

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...