[Resolved] Does GP support icons?

Home Forums Support [Resolved] Does GP support icons?

Home Forums Support Does GP support icons?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1218853
    Carsten

    Hi there, I want to replace my BuddyPress nav button text with icons instead. In that matter, I’ve got this question asked by the developer

    Does your theme support icons for profile tab?

    ?

    The plugin does not support icon out of the box.
    The reason is different BuddyPress themes use different approach for tab icons. Some use css(::before selector) some inject the markup.

    Since BuddyPress does not support icon nav, adding this will make it an issue for the theme’s support.

    It is easily achievable with this theme. All you need to do is assign a css id for each tabbing when adding.

    Adding a new icon will be as simple as this in css

    div#item-nav ul #your-custom-id a:before {
        content: "\f24d"; /*replace the code with icon code from front awesome*/
    }

    So my question is, if I also can achieve this with GP in a similar way?

    Regards
    Carsten

    #1218872
    Leo
    Staff
    Customer Support

    Hi there,

    I’m not exactly sure if I understand the question completely.

    GP doesn’t do anything special for BuddyPress. There are also no icons built-in other than the ones needed in the theme (menu toggle, drop down arrow etc).

    If BuddyPress’s support can provide a solution that works with a twenty series WP theme, the same method should apply to GP as well.

    Let me know 🙂

    #1257440
    Carsten

    Resolved

    #1258256
    Leo
    Staff
    Customer Support

    Glad to hear 🙂

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