Notifications
Clear all

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.

 

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

3 Posts
2 Users
0 Reactions
1,953 Views
Posts: 4
Topic starter
(@save1418)
Active Member
Joined: 7 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: 10616
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: 7 years ago

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