How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
732
Views
Feb 22, 2022 12:25 pm
I have selected the "Disable" option under Settings > Members > Member Custom Titles. However, custom titles are still showing up in the user widget. See attached screenshot. I would expect that if you disable it then it disables it everywhere. Is there a way to get this to go away? Preferably, I would have it just show their user group name (as it does in their profile). Thanks.
2 Replies
Feb 22, 2022 2:02 pm
Hi @aaronmckeon,
Insert this CSS Code in Dashboard > Forums > Settings > Styles Tab
.wpforo-widget-content .wpf-prof-wrap .wpf-prof-content .wpf-prof-data .wpf-prof-rating { display: none !important; }
> Custom CSS Code field:
Feb 22, 2022 2:10 pm
Thanks!