Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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.
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:
Thanks!