goobernacular

Registered
Hi, Russ,

I'm hoping you know where this is coming from so I can fix it faster than trying to discover the problem myself.

I have custom Node Icons from Font Awesome and implement them in the extra.less like this:

VY8Aye0.png


Nothing changed with that. All I did was upgrade Xenforo and the Flat Awesome theme. Any idea why I'm reverting back to the default icons and not seeing my custom ones?

Thanks,
Goob
 
Solution
Hello, I do :), the CSS for the normal node icons changed and our usual CSS isn't overwriting the default icons now.

Easy fix, wrap all of your node icons in:
Code:
#XF
{
old node icon CSS here
}

This will add a higher selector causing them to show again.
Hello, I do :), the CSS for the normal node icons changed and our usual CSS isn't overwriting the default icons now.

Easy fix, wrap all of your node icons in:
Code:
#XF
{
old node icon CSS here
}

This will add a higher selector causing them to show again.
 
Solution

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back