Home › Forums › Trusted › Cart Icon not displaying anymore › Reply To: Cart Icon not displaying anymore
March 11, 2020 at 9:16 am
#9643
Andy
Keymaster
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';
}