XF 1.5 CSS Mystery: Anyone know why this isn't rendering?

kontrabass

Well-known member
I have for about a year now had this bit in my extra.css:
Code:
.thread_view .threadStarter .messageUserBlock .username:before {
        font-family: FontAwesome;
        content: "\f075";
    }

It puts a little speech bubble FA icon before the thread starter's (OP) username like so:
Screenshot at Mar 09 08-46-12.webp

Now for some reason, it has stopped working in my main (user default) style. It's still there in the page source but for some reason won't render.

We use @Russ 's XenBase (Flat Awesome+), but it's not a problem with the style as it works just fine in our other styles based on Flat Awesome+ (such as Flat Awesome dark in the screenshot above). It just stopped working a couple weeks ago in our default style and I can't figure out what in the world would keep this little font awesome css bit from rendering. The same exact code is in extra.css in the suspect default style, and all our other styles (where it's still working). All styles have font awesome loaded.

Anyone have any ideas as to how to troubleshoot? I'm pulling my hair out. o_Oo_Oo_O
 
Actually I'm not seeing threadStarter load in the html at all on your site, I'd double check the message template to see if the custom conditional is there.
 
Top Bottom