Notifications
Clear all

wpForo 1.x.x [Solved] Background color in Add Topic

4 Posts
3 Users
1 Reactions
699 Views
Posts: 13
Topic starter
(@sparky)
Eminent Member
Joined: 4 years ago

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
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 years ago

@sparky

add this to custom css

#wpforo #wpforo-wrap .wpf-field input {
background: #ffffff !important;
}

Dashboard > Forums > Settings > Style (custom css)

 

Posts: 13
Topic starter
(@sparky)
Eminent Member
Joined: 4 years ago

Perfect, thank you very much

Posts: 29
(@gnomebe)
Eminent Member
Joined: 5 years ago

Me too thanks!