BuddyBoss Home – Web Support Forums Themes Boss. theme How to change Menu Icons?

Tagged: , , ,

Viewing 4 posts - 16 through 19 (of 19 total)
  • Question

    #43838

    Alyssa
    Participant
    @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

    #48859
    @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:

    #48935
    @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;
    }
    #49119
    @vapvarun

    Hey @snikay
    Thanks for your input and glad you fixed it yourself
    Regards
    Varun Dubey

Viewing 4 posts - 16 through 19 (of 19 total)
  • The question ‘How to change Menu Icons?’ is closed to new replies.