Jump to content

Recommended Posts

Posted

Hi

 

I have an issue with an icon next to post postcount and does not show the icon, just icon number "075" 

 

Amy ideas how i can fix this please? i think i am missing something in my CSS

 

Could contain: Text, Wheel, Machine, Advertisement, Poster, Tire, Car Wheel, Car, Flyer, Spoke

Posted (edited)

For some reason, your CSS for the 'fa-comment::before' element is:

.fa-comment::before {
  content: "075";
}

It should be:

.fa-comment::before {
  content: "\f075";
}

Have you made any modifications to the fonts.css in your theme?

Edited by Nathan Explosion
Posted

Not as far as i can remember. it's been like this for quite a while, even when updating to latest versions. 

I will implement this. Thanks so much for your help.

Posted
51 minutes ago, loccom said:

Not as far as i can remember. it's been like this for quite a while, even when updating to latest versions. 

I will implement this. Thanks so much for your help.

I would recommend clearing any custom edits as Nathan mentioned, something has changed it there 🙂 . Glad you found the issue though!

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...