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:
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:
Any tips on how i can change?
The widget id key is right and the unicode for FA icon too.
Many thanks!
A quick question.
I'm using a Widget in my front page of my Forum:
Publicações
O POLITZ é um portal de informações único no Brasil e no mundo, com recursos sociais incríveis para você se informar.
forum.politz.com.br
It's the first one ("Notícias em Alta"), but is having some generic icon as you guys can see:
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!