AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Possible to put icons in the menu?

2 Posts
2 Users
0 Reactions
1,247 Views
Alvin Patrimonio
Posts: 80
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@thecaptain)
Estimable Member
Joined: 8 years ago
[#13247]

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


1 Reply
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 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.


Share: