- This topic has 18 replies, 6 contibutors, and was last updated 9 years, 1 months ago by .
Question
Answers
- The question ‘How to change Menu Icons?’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › How to change Menu Icons?
@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;
}
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:
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;
}
Hey @snikay
Thanks for your input and glad you fixed it yourself
Regards
Varun Dubey