Notifications
Clear all

wpForo 1.x.x [Solved] Checkbox on Registration missing

3 Posts
2 Users
0 Reactions
1,809 Views
Posts: 4
Topic starter
(@save1418)
Active Member
Joined: 6 years ago

Dear WP Foro,

on my webpage, the checkbox on the register site is not visible. Can you please help me out? I have tried several css changes like background colors, or margins/paddings, without success.

here the webpage

Thank you very much in advance,

SaVe

Topic Tags
2 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @save1418,

First please don't customize wpForo colors to make it dark. The Dark style already exist in Dashboard > Forums > Settings > Styles admin page. Please choose the Dark style then change the #12 color to your green color. #12 is the primary color.

Thus you'll get better colors. Current colors are not set correctly, lots of things are incorrectly styled.

Then put this CSS code in the Custom CSS Code textarea, save it, delete all caches and press Ctrl+F5 on forum front-end:

#wpforo #wpforo-wrap form input[type="checkbox"], form input[type="radio"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #ffffff;
}
Posts: 4
Topic starter
(@save1418)
Active Member
Joined: 6 years ago

It worked, thank you very much for the quick reply. You guys are amazing.