Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

5 Posts
2 Users
1 Reactions
1,295 Views
Posts: 5
Topic starter
(@elseb)
Active Member
Joined: 4 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: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @elseb,

Please give us your forum URL.

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

Famed Member
Posts: 3611

@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: 4 years ago

Active Member
Posts: 5

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