BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › change bp menu more link icon
- This topic has 8 replies, 3 contibutors, and was last updated 8 years, 6 months ago by Anve S..
Question
April 21, 2016 at 7:00 am #69151@onica-nlHi 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
April 22, 2016 at 8:42 am #69333@onica-nlanyone??
April 22, 2016 at 9:15 am #69342@
AnonymousHi @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 \f106Regards
Varun DubeyApril 22, 2016 at 12:54 pm #69370@onica-nlHi @vapvarun,
check the attachments. You Boss css is filtering the “\” out. Which result in a the number instead of the icon.
Any suggestions??April 23, 2016 at 4:07 am #69548@
AnonymousAdd it exactly same
.fa-ellipsis-h:before { content: "\f078"!important; }
It will work
Regards
Varun DubeyApril 23, 2016 at 12:28 pm #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?
April 23, 2016 at 12:49 pm #69603@
AnonymousIt’s coming from fontawesome css file
http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css?ver=4.5.0Regards
Varun DubeyApril 24, 2016 at 2:05 am #69618@onica-nlWhere can I find that file? Maybe I can overwrite it there
April 24, 2016 at 11:36 pm #69661
- You must be logged in to reply to this question.