Jump to content

Problem with icons


Recommended Posts

Hi,

 

I updated Prestashop to version 1.6.1.0 and the icons are missing. I don't know how to solve it. I tried to clean caché and I checked all files from Font Awesome but 0 changes. I attach one image without the icons that I mean.

 

Thanks in advance.

post-1124201-0-88556400-1446115325_thumb.jpg

Link to comment
Share on other sites


Your globall.css file doesn't contain any FontAwesome icon! The content is empty. You probably edited this file in a wrong text editor.

 


Your shop:

.icon-facebook-square::before, .icon-facebook-sign::before {
    content: "";
}


My shop:
.icon-facebook-square:before, .icon-facebook-sign:before {
  content: ""; }

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