BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › How to change Menu Icons? Tagged: boss, icons, menu, theme This topic has 18 replies, 6 contibutors, and was last updated 9 years, 3 months ago by Anonymous. Viewing 4 posts - 16 through 19 (of 19 total) ← 1 2 Question August 3, 2015 at 6:31 am #43838 AlyssaParticipant @alyssa-buddyboss @meza there is an error in the current theme version, try this instead: #mobile-item-nav ul li#user-members-following:before{ content: '\f164' !important; } Answers October 16, 2015 at 10:23 am #48859 Tobias @snikay I did the following (icon is a ribbon): #menu-left-panel li#menu-item-554 a.fa-file:before { content: '\f02e' !important; } Now I have a unknown icon in the sub-menu-wrap: October 17, 2015 at 7:23 am #48935 Tobias @snikay Got it working with this: #menu-left-panel li#menu-item-554 .fa-file:before { content: '\f02e' !important; } #menu-left-panel li#menu-item-554 .sub-menu-wrap .fa-file:before { display: none; } October 19, 2015 at 1:00 pm #49119 Anonymous @ Hey @snikay Thanks for your input and glad you fixed it yourself Regards Varun Dubey Viewing 4 posts - 16 through 19 (of 19 total) ← 1 2 The question ‘How to change Menu Icons?’ is closed to new replies.