BuddyBoss Home – Web Support Forums Themes Boss. theme change bp menu more link icon

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

    #69151
    @onica-nl

    Hi guys,

    check the attachment. I want to change the … to ^ or any other icon. In which files can I change this, as it is a font awesome.

    Answers

    #69333
    @onica-nl

    anyone??

    #69342
    @vapvarun

    Hi @onica-nl

    you can replace \f141 with any other font awesome unicode value

    
    .fa-ellipsis-h:before {
        content: "\f141";
    }
    

    http://fortawesome.github.io/Font-Awesome/icon/angle-up/
    like for angle up your can use \f106

    Regards
    Varun Dubey

    #69370
    @onica-nl

    Hi @vapvarun,

    check the attachments. You Boss css is filtering the “\” out. Which result in a the number instead of the icon.
    Any suggestions??

    #69548
    @vapvarun

    Add it exactly same

    
    .fa-ellipsis-h:before {
        content: "\f078"!important;
    }
    

    It will work
    Regards
    Varun Dubey

    #69594
    @onica-nl

    @vapvarun I did, check the previous attachment. Buddyboss filters the \ out so it doesn’t work. I scanned the main-global.css file but couldn’t find the element.

    Any help?

    #69603
    @vapvarun

    It’s coming from fontawesome css file
    http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css?ver=4.5.0

    Regards
    Varun Dubey

    #69618
    @onica-nl

    Where can I find that file? Maybe I can overwrite it there

    #69661
    @anve

    Hi @onica-nl,

    Please also try using ‘simple custom css’ plugin to upload the css in child theme.

    Regards
    Anve

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this question.