Jump to content

Change the default icons of module "Themeconfigurator "


GDP

Recommended Posts

 

Goodmorning everyone,

I use Prestashop 1.6.1.3 and "Tour agent template".

Using the module Themeconfigurator I hooked three images on the section "top" of my home page. I continued to add another six items and six icons appear on my home page. The icons represent:

a hotel

a plane

cutlery

a car

an umbrella

a flame

Using Themeconfigurator I can change the text that appears on the icons and the link but I can't change the icon image.

Can anyone tell me if I can replace icons with other icons? If yes, how can I do it?

I attach a screenshot.

Thank you.

 

post-1284134-0-13535300-1471761878_thumb.jpg

Link to comment
Share on other sites

these icons are defined in global.css file, for example take a look on line 6321

div#slider_row #htmlcontent_top ul.htmlcontent-home li.htmlcontent-item-5 .item-html:before {
    content: "\f072";
    font-size: 74px;
}

you need to change \f072 to any other icon you want (from font awesome icons)

  • 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...