Jump to content

Featured Replies

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

Solved by loccom

Go to solution

You're going to need to provide a link to the post so that people can look at the code...

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

  • Author

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.

  • Community Expert
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!

  • Author
  • Solution

seems someone added this piece in a custom Contextual ad, not sure why, removed and it all works fine now.

Recently Browsing 0

  • No registered users viewing this page.