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

    #32071
    @leighgregg

    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

    Answers

    #32076

    Alyssa
    Participant
    @alyssa-buddyboss

    @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/

    #32080
    @leighgregg

    Cool, but where do I impletment thes code for each tab?

    Thanks

    Leigh

    #32106

    Alyssa
    Participant
    @alyssa-buddyboss

    @leighgregg place this code in your child theme’s custom.css file. Sorry about that.

    #32118
    @leighgregg

    Thanks, makes sense. It took me a moment to work out, but you missed the } at the end.

    Thanks

    #32127

    Alyssa
    Participant
    @alyssa-buddyboss

    Sorry about that, fix inline for future users, thanks! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Buddypress tabs’ is closed to new replies.