How-to and Troubleshooting
5
Posts
2
Users
1
Reactions
2,233
Views
4 Replies
Nov 26, 2018 8:38 am
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 9:38 am
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 11:49 am
i already clear the cache + ctrl + f5
its work now thank you