So I was running 7.6 I think and I just updated to the latest version. But it's broken my icons as you can see above the content in the attached URL.
In Safari when I untick [class*="fa-"], everything seems to go back to the way the icons should be. Is this because these icons are now styled in the theme css whereas they weren't before?
Hi. Thanks for that. I actually managed to fix it by simply restyling the icons I was using and ensuring the styles defined on [class*="fa-"] in styles.css were redefined in the custom css to display how I wanted it.
No further action required. Thanks for getting back to me.
So I was running 7.6 I think and I just updated to the latest version. But it's broken my icons as you can see above the content in the attached URL.
In Safari when I untick [class*="fa-"], everything seems to go back to the way the icons should be. Is this because these icons are now styled in the theme css whereas they weren't before?
How can I fix this?
Hey Again,
Seems like one of your plugins is adding the FontAwesome Library as well . Cant confirm since the CDN is not letting me .
Could you turn off all minification and CDN so we can take a look.
Also try this fix:
Please add this to your child Theme Functions.php :
Thanks
ThemeNectar Support Team
Hi. Thanks for that. I actually managed to fix it by simply restyling the icons I was using and ensuring the styles defined on [class*="fa-"] in styles.css were redefined in the custom css to display how I wanted it.
No further action required. Thanks for getting back to me.