Notifications
Clear all

wpForo 1.x.x [Closed] Possible to put icons in the menu?

2 Posts
2 Users
0 Likes
570 Views
Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 6 years ago

Hi! is this possible? Icons on the WpForo menu? Right now it doesn't appear.

1 Reply
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @thecaptain,

Sure it's possible via CSS code. See the example below:

#wpforo #wpforo-wrap #wpforo-menu li:first-child:before {
font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f007";
}
#wpforo #wpforo-wrap #wpforo-menu li:nth-child(2):before {
font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f1ea";
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.