Oct 17, 2020 8:07 pm
For the Author, Title and Email fields, how do I change the background color? The default is dark grey and it's hard to read what is being entered.
3 Replies
Oct 18, 2020 9:48 am
add this to custom css
#wpforo #wpforo-wrap .wpf-field input {
background: #ffffff !important;
}
Dashboard > Forums > Settings > Style (custom css)
Oct 18, 2020 1:25 pm
Perfect, thank you very much
Oct 18, 2020 3:13 pm
Me too thanks!