Jump to content

Some font-awesome not showing on Prestashop 1.6


Luciano

Recommended Posts

Hi all,

I'm new using Prestashop 1.6. I'm facing with this issue. 

I can't see some font-awesome icons as you can see on attach (probably due to modules activated and then disactivated).

 

I think issue is on global.css:

div.star:after{

content: "f005"

}

 

when i change this by chrome console in:

div.star:after{

content: "\f005"

}

 

font-awesome icon works perfectly, so I'm pretty sure problem is "\" missing on global.css.

 

I tried to change this directly on file global.css, but I see, by chrome console, that css version without "\" is still loading.

 

Someone could you help me finding solution?

 

 

 

Immagine.png

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

  • Luciano changed the title to Some font-awesome not showing on Prestashop 1.6

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