This topic has 5 replies, 3 voices, and was last updated 9 years by rudik2.

  • Author
  • #31813
     rudik2
    Participant

    Hi,
    i would like to change icon plus to icon heart in Members site. Where i can change it?

    Regards

    #32390
     rudik2
    Participant

    up

    #32434
     Catalin
    Moderator

    Hi, Please be more specific.. You mean the Add friend button? If that is the case then you need to copy this function to your functions.php in child theme and edit it for your needs:
    “kleo_change_profile_button” from wp-content/themes/sweetdate/custom_buddypress/bp-functions.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #36424
     rudik2
    Participant

    Where i can edit code?
    I would like to change icon PLUS to icon with HEART.

    LOOK
    ICON PLUS -> http://s23.postimg.org/qj2k0jifv/image.jpg change to……..
    ICON with HEART -> http://s28.postimg.org/pauny4l0d/image.jpg

    Do You undestand me? 🙂

    #36773
     Abe
    Keymaster

    You need to add this custom CSS

    COPY CODE
    
    .bp-member-dir-buttons .friendship-button .icon-plus:before {
        content: "\f004";
    }
    

    inside content is: “\f004” which is fontawesome heart icon as: http://fontawesome.io/3.2.1/cheatsheet/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #36860
     rudik2
    Participant

    Abe you are the best! Thanks you!

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

The topic ‘Where i can edit icon plus from Members site?’ is closed to new replies.

Log in with your credentials

Forgot your details?