Oct 03, 2018 10:02 am
how do I change the background of the image in the image
6 Replies
Oct 03, 2018 11:38 am
Please leave your forum URL to allow us to provide a CSS solution for you.
Oct 03, 2018 12:35 pm
Please use the following CSS code, navigate to Dashboard > Forums > Settings > Styles admin page, put it in "Custom CSS Code" textarea, save it delete al caches, do CRTL+F5 on the frontend.
#wpforo #wpforo-wrap span.wpf-member-title.wpfut.wpfug-6 {
background-color: #b00 !important;
color: #fff !important;
}
Don't forget to change the red marked color codes before using.