You can do this with the way I added a gradient text color to the time on WebFlake that appears in your author pane.
background-image: -webkit-gradient( linear,left top,right top,color-stop(0,#ffd728),color-stop(1,#ff7328) );
color: transparent;
-webkit-background-clip: text;
you can just add this to your group and change the colors to what ya want
<span style='font-weight: bold; background: linear-gradient(to left, #d07fff, #8473fd ); -webkit-background-clip: text; -webkit-text-fill-color: transparent;'>
This is What I want my forum to looks like...
This is my forum currently looks like, When I click someone's profile page, I can see all of them activies including their reaction to post, others reactions to them, I just want that page to show Memember's Post and replies, is there a option? thanks!