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.
How do I change the color of the usergroup tag? If you look at the image I attached to this post you can see what I mean. The color of the rank "Ägare" is red and the color of the rank "Spelare" is white. How do I change this?
I'm sorry but there is no option for this yet. You should use CSS code like this:
/* Admin */
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfug-1 {background-color: #0099CC !important;}
/* Moderator */
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfug-2 {background-color: #FF812D !important;}
/* Registered */
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfug-3 {background-color: #ffffff !important;}
/* Guest */
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfug-4 {background-color: #ffffff !important;}
/* Customer */
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfug-5 {background-color: #FF812D !important;}
Change the red marked colors for according usergroup, put in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, navigate to forum front-end and press Ctrl+F5 do delete browser cache.