Mar 15, 2019 9:39 am
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?
8 Replies
Mar 15, 2019 9:49 am
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.