Quote from
alexdz on March 17, 2019, 1:37 pm
Thanks for getting!
I see that also hides the groups in the profile, where I would like to keep them.
So if anyone else is looking for that I just used CSS to hide the user groups in the forum:
/*Hide Usergroups in Forum*/
.post-author-block-group {
display: none;
}
Thanks for getting!
I see that also hides the groups in the profile, where I would like to keep them.
So if anyone else is looking for that I just used CSS to hide the user groups in the forum:
/*Hide Usergroups in Forum*/
.post-author-block-group {
display: none;
}
mrsray has reacted to this post.