Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 22, 20222 yr 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
June 22, 20222 yr You're going to need to provide a link to the post so that people can look at the code...
June 22, 20222 yr Author Here is a thread https://www.lexusownersclub.co.uk/forum/topic/133929-south-of-england-meet/
June 22, 20222 yr 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 June 22, 20222 yr by Nathan Explosion
June 22, 20222 yr 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.
June 22, 20222 yr 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!
June 22, 20222 yr Author Solution seems someone added this piece in a custom Contextual ad, not sure why, removed and it all works fine now.