Icons have disapeared

Hi, I have noticed that my basic icons selected from teh Theme X icons list have disappeared on my site

1- I have uypdated Theme and all plugins

2- i have turned off all cache

3- I have cleared cache at Host level

4- I have turned off all SG Caches

They still dont appear? Im panicking as they will affect numerous sites?

Site in question and page is https://smiths-cleaning.co.uk/commercial/

Hello Gareth,

Thanks for writing in! The icons were no longer displaying because you have added this custom CSS:

element.style {
}
[data-x-icon], [data-x-icon-s], [data-x-icon][class*="cs-fa-"] {
    font-family: "FontAwesome" !important;
    font-weight: 900;
    display: none !important;
}

Removing the custom CSS will display the icons back.

Best Regards.

Awesome, thanks so much . I think back there was maybe a problem with displaying icons on a previoue release and I got that code snippet of the Theme X forum? Does that sound right, as I cant remember why I would have put that in Custom CSS? But thanks as always @ruenel

You are most welcome, Gareth

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