BuddyDev

Search

[Resolved] Add icon to buddy circle

  • Participant
    Level: Initiated
    Posts: 9
    Edgar Reyes on #18012

    Is it possible to add an icon like this : https://fontawesome.com/icons/address-book?style=regular

    either thru a code snippet? or css?

    Members Director Screenshot
    https://bit.ly/2y8JmWT

    Thanks

    my theme is using https://fontawesome.com/v4.7.0/icons/

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #18027

    Hi Edgar,
    I have checked now. It seems me that the theme is not using Font awesome icons there. It is using its own custom icon font(most probably created via iconmoon/fontello etc.

    You will need to ask the theme author provide an icon for circle and then you can use the code for that icon in the following selector.

    
    
    .circle-button a::before{
    	content: '\f2b9'; /* replace with actual code*/
    }
    
    

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 9
    Edgar Reyes on #18039
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #18051

    Thank you Edgar.
    All the Best.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved