When a user tries to add info in their profile settings, all input is white typing and the input field is also white. The theme seems to not be allowing changing of link colors on hover as well in 2 themes we tested. Uninstall and reinstall offered same issue.
So you can add info to the fields just can not see what you are typing into the fields. 🙂
Website is https://worldbettas.com
Hi Todd Scire,
Please use the following CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Textarea. Save it, delete all caches and do Ctrl+F5 on front-end.
#wpforo #wpforo-wrap .wpf-field input[type="text"]{
color: #050f3c;
}
#wpforo #wpforo-wrap .wpf-field input[type="email"]{
color: #050f3c;
}
#wpforo #wpforo-wrap .wpf-field select{
color: #050f3c;
}
#wpforo #wpforo-wrap .wpf-field textarea{
color: #050f3c;
}
Don't forget to change the red marked color codes before using.
You should use !important statement. Change the css code to this one. Don't forget delete all caches and do Ctrl+F5 on forum front before checking the result.
#wpforo #wpforo-wrap.wpf-dark input[type="text"], #wpforo #wpforo-wrap.wpf-dark input[type="search"], #wpforo #wpforo-wrap.wpf-dark input[type="email"], #wpforo #wpforo-wrap.wpf-dark input[type="date"], #wpforo #wpforo-wrap.wpf-dark input[type="number"], #wpforo #wpforo-wrap.wpf-dark input[type="url"], #wpforo #wpforo-wrap.wpf-dark input[type="tel"], #wpforo #wpforo-wrap.wpf-dark input[type="password"], #wpforo #wpforo-wrap.wpf-dark input[type="email"], #wpforo #wpforo-wrap.wpf-dark textarea, #wpforo #wpforo-wrap.wpf-dark select {
color: #000000 !important;
}
You should use !important statement. Change the css code to this one. Don't forget delete all caches and do Ctrl+F5 on forum front before checking the result.
#wpforo #wpforo-wrap.wpf-dark input[type="text"], #wpforo #wpforo-wrap.wpf-dark input[type="search"], #wpforo #wpforo-wrap.wpf-dark input[type="email"], #wpforo #wpforo-wrap.wpf-dark input[type="date"], #wpforo #wpforo-wrap.wpf-dark input[type="number"], #wpforo #wpforo-wrap.wpf-dark input[type="url"], #wpforo #wpforo-wrap.wpf-dark input[type="tel"], #wpforo #wpforo-wrap.wpf-dark input[type="password"], #wpforo #wpforo-wrap.wpf-dark input[type="email"], #wpforo #wpforo-wrap.wpf-dark textarea, #wpforo #wpforo-wrap.wpf-dark select {
color: #000000 !important;
}
Wow, great support! A++++ Worked like a charm....Beautiful Software and that fix worked great. I will not go back to BB press for sure. This have better features, better support, and is much nicer to look at. This will be the #1 forum of the WP future....No one can hold up to all the features of this FREE forum software. We will show our support once we work out all the bugs on our other software and get some paid add-on's to show our support for sure....Nothing but positive things from this software and the support.....
Thank you very much!
Todd
WorldBettas
Thanks a lot Todd! I really glad to hear you enjoy wpForo!