Notifications
Clear all

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

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

Noble Member
Posts: 1357

@elseb 

for the statistics icon (Forum Statistics)

use this code

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