- This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Cart Icon not displaying anymore’ is closed to new replies.
Tagged: cart icon, fa, font awesome
Hi,
For some reason, the cart icon (font awesome) is not displaying anymore. Updating it in the customization does not help.
Please let me know what can be done.
Thanks
What have you updated in the customization? The theme does not have an option to change the icon cart, so not sure what you have updated. Please let me know more details.
I cannot view your website as it is password protected, so unable to see why the cart icon is not being displayed. Would you be able to make your site accessible so I can take a look?
Sorry, I’ve removed the password protect. So you can view it now.
I seem to have seen this problem only a few days back.
Thanks in advance
I realised it was due to another conflicting plugin.
Thanks anyway !
Thanks. Yes, you had two other plugins each loading different versions of Font Awesome.
Anyway, this code added to Customize > Additional CSS should fix it:
#top-info .fa {
font-family: 'FontAwesome';
}