BuddyBoss Home – Web Support Forums Themes Boss. theme Font awesome icon to " My Profile " Menu

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

    #44132
    @benisben

    Hi, I’d like to know how to add font awesome icons to the ” My Profile ” Menu

    Answers

    #44154

    Alyssa
    Participant
    @alyssa-buddyboss

    @benisben this is basic CSS, let’s say you want to add a font awesome icon to the div with id my-forums the code would look like this:

    #my-fourms:before{
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    text-decoration: inherit;
    content: "\f02d";
    }

    content determines the icon. Please see font awesome for the shortcut list here: http://fortawesome.github.io/Font-Awesome/cheatsheet/

    You can also inspect the CSS element of the Helpful information menu on this page 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Font awesome icon to " My Profile " Menu’ is closed to new replies.