I am assuming you want to change the color to blue.
So add this css in your wp-admin->appearance->customize->custom css:
.widget.buddypress.widget .course_filters ul.category_filter li {color:#0000ff;}
.widget.buddypress.widget form#searchform ul li span {color:#0000ff;}
.widget.buddypress.widget .stat_num strong {color:#0000ff;}
Let me known if I misunderstood you.