Notifications
Clear all

wpForo 1.x.x [Solved] font change and FA

5 Posts
2 Users
1 Likes
884 Views
Posts: 5
Topic starter
(@elseb)
Active Member
Joined: 3 years ago

I've changed font on the forum to montserrat and the font awesome icons turned into squares, any suggestion on the fix please?

4 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @elseb,

Please give us your forum URL.

Posts: 5
Topic starter
(@elseb)
Active Member
Joined: 3 years ago
2 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@elseb,

Insert the below code in Custom CSS Code: Field from Dashboard > Forums > Settings > Styles Tab.

#wpforo #wpforo-wrap .fa, #wpforo #wpforo-wrap .fas {
    font-family: "Font Awesome 5 Free" !important;
}
#wpforo #wpforo-wrap .fab {
    font-family:"Font Awesome 5 Brands" !important;
}
(@elseb)
Joined: 3 years ago

Active Member
Posts: 5

@chris perfect! thank you very much for the help!