Aug 10, 2018 8:20 am
Hello All,
I'm new to the WPForo community, and so far I'm quite excited. I am building a site for a client, and I have installed a forum.
Upon inspecting the registration page, I noticed that my checkboxes do not seem to have the proper styling. Please see for yourself:Â https://empressive.tv/forums/?wpforo=signup
I was wondering what might be the cause of this? It is not very obvious to a user that this is a prompt for an input.
Also, the checkboxes on this forum look quite fine. I'd like mine to look so as well.
Â
Thank you,
Amos
2 Replies
Aug 10, 2018 9:41 am
Hi amosajo,
Please put this CSS code in Forums > Settings > Styles > Custom CSS Code textarea. Then save it, delete all caches and do Ctrl+F5 on forum frontend.
#wpforo #wpforo-wrap form input[type="checkbox"], form input[type="radio"]{
   display: inline-block;
}