XF 2.1 How to add a FA Icon in some Widget on the front page?

deslocotoco

Well-known member
Hello guys.

A quick question.

I'm using a Widget in my front page of my Forum:


It's the first one ("Notícias em Alta"), but is having some generic icon as you guys can see:

204282

So, I'm trying to change this icon on extra.less page but I'm nothing getting any results.

The last code that i tried is this:

CSS:
/* Widget Icon */
[data-widget-id="threadsnews_side"]
{
    .block-minorHeader a:before
    {
        font-family: "FontAwesome";
        content: "\f201";
        margin-right: 5px;
    }
}
/* Widget Icon */

Any tips on how i can change?

The widget id key is right and the unicode for FA icon too.

Many thanks!
 
Top Bottom