BuddyBoss Home – Web Support Forums Themes Boss. theme change fa-reply to fa-comment on activity posts?

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

    #39811
    @danielw1nk

    how can I change the fa-reply “arrow” to the fa-comment “bubble” in the activity feeds?

    i tried some custom css but i’m doing something wrong cause it’s not working.

    .activity-list a.acomment-reply {
      	font-family: 'FontAwesome';
    	content: "\f075";
    }

    Answers

    #39815

    Alyssa
    Participant
    @alyssa-buddyboss

    @danielw1nk try this instead:
    .fa-reply:before{content: "\f075";}

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘change fa-reply to fa-comment on activity posts?’ is closed to new replies.