Notifications
Clear all

Changing the forums font breaks some icons.

2 Posts
2 Users
0 Reactions
374 Views
Posts: 1
Topic starter
(@wesking)
New Member
Joined: 11 months ago

First of all, thank you for this plugin!

I'm finishing setting up my forum, and when I try to use the CSS code I found on this forum to change the font, some icons break. Do you know how I can fix this? This problem is driving me crazy.

Code I use:

#wpforo #wpforo-wrap *:not(.fa):not(.fas):not(.far):not(fab) {
    font-family: "Poppins", Poppins, Poopins !important;
}

Thanks

1 Reply
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Try this one: 

#wpforo #wpforo-wrap .fa, #wpforo #wpforo-wrap .far, #wpforo #wpforo-wrap.fas {
    font-family: "Font Awesome 5 Free" !important;
}
Reply