Notifications
Clear all

wpForo 1.x.x [Closed] Input fields in user account show white background and white typing?

6 Posts
3 Users
1 Reactions
1,734 Views
Todd
Posts: 9
 Todd
Topic starter
(@bakseeda)
Active Member
Joined: 7 years ago

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

 

 

5 Replies
Sofy
Posts: 4871
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

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.

1 Reply
Todd
 Todd
(@bakseeda)
Joined: 7 years ago

Active Member
Posts: 9

Hi Sofy

I added the code to fourms>Settings>Styles>Custom CSS code....Nothing changed.....Still white on white...

Changed all colors to black #000000 and still same....

Added to Global CSS in the theme also and same....The rest of the site seems to work and text box color is black back ground and white test entered and working, on the fourm it is still white back ground and white text even after adding the CSS.

 

Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

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;
}
Todd
Posts: 9
 Todd
Topic starter
(@bakseeda)
Active Member
Joined: 7 years ago
Posted by: Robert

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

Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

Thanks a lot Todd! I really glad to hear you enjoy wpForo!