Font Awesome Icons issues after latest theme update

Hi Support,

I have updated to the latest theme 6.2.5 , cleared and turned off cache on the server, cleared transients, cleared browser cache, tested from outside my network, tested by uses in a different city, tested in different browsers… The icons will not update as expected…

The icons in question are not added with shortcode or html code, but system driven Social icons in the theme option. https://www.ciharena.com/x/#/options/x-social

The icons in question are in the footer and top bar beside the [ Client login ] text link.

What am I missing?

I know there are a lot of support questions already on this, but this should be a vanilla straightforward fix… no custom dev on that site.

thanks in advance…

Note that restoring to 6.1.6 resolves the issues… I will retry the them update to see if it have reinstalled the latest version update and again the icons do not load properly.

Hey there,

Thanks for writing in! This is happening due to the custom CSS you’ve in the theme, please find and remove the following code to fix the issue:

           [data-x-icon],[class*="x-icon-"] {
                color: #a29267;
                display: inline-block;
                font-family: "FontAwesome";
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                text-rendering: auto;
            }

Cheers!

Dang. Thanks… that resolved the issue… Appreciate the quick reply . As usual, amazing support.

You’re most welcome!
Thanks for letting us know that it has worked for you.

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