- This topic has 5 replies, 2 contibutors, and was last updated 10 years, 1 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Question
Answers
Viewing 6 posts - 1 through 6 (of 6 total)
- The question ‘Buddypress tabs’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Buddypress tabs
Hello,
I have additional tabs, I can’t see where to add my own tabs icons for mobile. At the moment new ones are added as stars.
Many Thanks
Leigh
@leighgregg The star is default. Here is an example for the photos icon:
#mobile-item-nav ul li#photos-personal-li:before {
font-family: 'FontAwesome';
content: "\f030";
}
And here is the cheat sheet for icon reference: http://fortawesome.github.io/Font-Awesome/cheatsheet/
Cool, but where do I impletment thes code for each tab?
Thanks
Leigh
@leighgregg place this code in your child theme’s custom.css file. Sorry about that.
Thanks, makes sense. It took me a moment to work out, but you missed the } at the end.
Thanks
Sorry about that, fix inline for future users, thanks! 🙂