XF 2.3 icons after upgrade to 2.3.4

TomCann

Member
Have upgraded to 2.3.4 successfully as far as I can see, but one odd thing is the small boxes appearing next to some icons. I'm guessing it is something to do with fonts, but really don't know and would appreciate any tips. This is a screen dump from Firefox, but tested under MS Edge and it looks similar.

1733679224883.webp
 
Your theme needs to be updated to be compatible with XenForo 2.3+.

In the meantime try adding this to your extra.less template:
CSS:
[data-template="forum_list"] {
    .fa-comments:before {
        content: none;
    }
}
 
Back
Top Bottom