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.
Dear WpForo Team,
I have a small issue on my webpage using wpForo. When a user wants to register, and clicks on the "I have read and agree to the Terms and Privacy Policy" button, it will not change any color or put a check-mark into the box.
Here the webpage
Thank you very much in advance for your help.
Wish you nice holidays,
SaVe
Hi @save1418,
The problem comes from your current active theme, it adds {appearance: none} CSS rule to checkboxes. To solve the issue, please navigate to Dashboard > Forums > Settings > Styles admin page add the following CSS code in "Custom CSS code" textarea, save it delete all caches, do CTRL+F5 on the frontend.Â
#wpforo #wpforo-wrap form input[type="checkbox"], form input[type="radio"] {
-webkit-appearance: checkbox;
appearance: checkbox;
}
Hi @Sofy, CSS added exactly as you described and everything works like a charm 🙂
Thank you very much for you quick help as always guys, you rock.
Wish you nice holidays and a happy new year.
SaVe