Social Icons are boxes instead of actual icons

At my website https://command-app.com the social media icons at the bottom of all pages are just square boxes, please advise!

Hey @arswitzer,

Did you update X from a version before 6.2? Please try the solution detailed below.

Additional details about the Font Awesome changes can be found in our previous release note. Also check our Changelog for details of all the changes in X and Cornerstone.

Thanks.

I am running X 6.4.6. I have cleared my cache as well. Where would I change the information for data-x-icon ?

Hi There,

This issue occurs because of this custom CSS:

.x-icon-facebook-square:before, 
.x-icon-twitter-square:before, 
.x-icon-google-plus-square:before, 
.x-icon-linkedin-square:before, 
.x-icon-pinterest-square:before {
    font-family: fontawesome;
}

Please find and remove it.

Regards!

Works great! Thank you!

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.