Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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;
}
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.
i already clear the cache + ctrl + f5
its work now thank you