Notifications
Clear all

wpForo 1.x.x [Closed] Styling issue with checkboxes

3 Posts
2 Users
0 Likes
1,130 Views
Posts: 2
Topic starter
(@amosajo)
New Member
Joined: 6 years ago

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
Sofy
Posts: 4229
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

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;
}
1 Reply
(@amosajo)
Joined: 6 years ago

New Member
Posts: 2

Thanks so much for the speedy reply! its looking good