Hi,
To change the favorite icons used for the BuddyPress activity please use the following CSS:
Initial state (not favorited)
#buddypress a.button.fav:before, #buddypress a.button.unfav:before, #buddypress a.fav.bp-secondary-action:before, #buddypress a.unfav.bp-secondary-action:before {content: "\e810";}
Secondary state (favorited)
#buddypress a.button.unfav:before, #buddypress a.unfav.bp-secondary-action:before {content: "\e80F";}
In the above example I have used two heart icons. To find the icon code you wish to use please go to http://fontello.com/ click on the ‘customize codes’ tab and copy the value to the CSS provided above.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.