BuddyBoss Home – Web Support Forums Themes Boss. theme Customized icons Buddypanel

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #67799
    @touchmyweb

    Hi,

    I’d like to add customized icons from my desktop on the Buddypanel instead of the fontawesome ones. Can you tell me how to achieve that? I’ve manage with the custom.css but I’m struggling to remove the default icons overlaping mine. Is there any easier way?

    Thanks in advance

    Answers

    #67811
    @anve

    Hi @touchmyweb,

    Sorry but we do not have any inbuilt option to apply custom icons in Buddypanel in theme . You can use following css to remove default icons.

    
    #left-panel a::before {
      content: "" !important;
    }
    

    Regards
    Anve

    #67817
    @touchmyweb

    That will work… I’ve added custom.css and managed to add my own icons.

    Thanks

    #67886
    @anve

    Hi @touchmyweb,

    Great 🙂 . I will close this topic now , for any other concern please create a new topic.

    Regards
    Anve

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Customized icons Buddypanel’ is closed to new replies.