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] Terms and Conditions Button not changing color

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

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

2 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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;
}
Posts: 4
Topic starter
(@save1418)
Active Member
Joined: 7 years ago

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