Widget Icon Not Changing

JustBrowsing90

Newcomer
offline

Posts

76

Likes

15

Bits Credits

0

LEVEL

1

360 XP

I've changed most of the widget icons with no issue but the "Latest Posts" widget icon just doesn't want to seem to change. I've got everything correct in the code so I have no idea why it's not changing.

Here's the code:

CSS:
/*Latest Posts Widget Icon*/
[data-widget-key="forum_overview_new_posts"] h3.block-minorHeader:before {
    display: inline-block;
    padding-right: 5px;
    .m-faBase();
    .m-faContent(@fa-var-pen);
}
 
Liked by:
Top Bottom