Jump to content

Source code help with icons


Recommended Posts

Hello,

 

I've only just started with prestashop and already my first mistake. I installed the theme 'intimate store' which includes 'BestKIt custom blocks'

 

I was trying to modify the wording of a couple of the blocks but I did it in text mode and lost the nice little icons that come with the theme. The icons I'm talking about are the ones before

 

Return and exchange

Free shipping

50% off

Need help?

 

 

I tried grabbing the source from the demo site but the following code doesn't give me the icons back. 

 

 

<div class="ib"><span class="icon-truck"> </span><span class="ib_title"> FREE SHIPPING</span> order over $99</div>

 

 

 

Can anyone help?

 

The link to the demo store is here

 

http://addons.prestashop.com/demo/FO10910.html

 

 

Thanks

Edited by hippytyre (see edit history)
Link to comment
Share on other sites

i think you missed up the html code
 
just go to that block.. click on the code view delete every thing.. and put the new code 
 

<div class="ib"><span class="icon-refresh"> </span>   <span class="ib_title">Return & Exchange</span> in 3 days</div>
<div class="ib"><span class="icon-truck"> </span><span class="ib_title"> FREE SHIPPING</span> order over $99</div>
<div class="ib"><span class="icon-discount"> </span><span class="ib_title"> 50% OFF</span> on all products</div>
<div class="ib"><span class="icon-phone1"> </span><span class="ib_title"> Need help?</span> +1 800 123 1234</div>
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...