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 [follow up]

4 Posts
3 Users
2 Reactions
1,197 Views
Posts: 5
Topic starter
(@elseb)
Active Member
Joined: 4 years ago

I couldn't add to the existing topic unfortunately.

I've noticed that I still have issue with some fonts: the notification bell, forum statistics, Online, not replied and replied.

thank you for suggestions.

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

Hi @elseb,

1. Activate Display User Notification Bell on Menu Bar button From Dashboard > Forums > Settings > Features Tab.

And use these CSS codes:

#wpforo .fa-lightbulb:before {
    font-family: "Font Awesome 5 Free" !important;
}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info i {
    font-family: "Font Awesome 5 Free" !important;
}

 

Posts: 5
Topic starter
(@elseb)
Active Member
Joined: 4 years ago

thank you again! i've had the bell activated but it wasn't displaying properly, i've added ".fa-bell:before" though and it's all good now.

1 Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@elseb 

for the statistics icon (Forum Statistics)

use this code

#wpforo .fa-chart-bar:before {
    font-family: "Font Awesome 5 Free" !important;
}