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
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;
}
It worked, thank you very much for the quick reply. You guys are amazing.