AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
5
Posts
2
Users
1
Reactions
2,901
Views
4 Replies
Nov 26, 2018 12:38 pm
Hi kyotomizuko,
Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS Code" textarea. Save it, delete all caches, do CTRL+F5 on front-end.
#wpforo #wpforo-wrap .wpf-field select {
display: block !important;
}
Nov 27, 2018 1:38 pm
Hi @kyotomizuko,
Your theme or some plugin add {display:none} rule to all select tags. When we're adding {display: block !important;} this CSS rule it starts to display correctly. Please make sure, you've deleted all caches, before checking.
Nov 27, 2018 3:49 pm
i already clear the cache + ctrl + f5
its work now thank you

