Notifications
Clear all

[Closed] Check Boxes Not Working After Miigration

2 Posts
2 Users
0 Likes
685 Views
Posts: 2
Topic starter
(@001wgreen)
Active Member
Joined: 3 years ago

Hello, I migrated my website from a test servet to the new server/domain, and the check boxes are no longer displaying correctly. See screenshot. Is there some kind of update that would fix this?

 

Thank you.

Topic Tags
1 Reply
Tutrix
Posts: 1267
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @001wgreen

add this to custom css

#wpforo #wpforo-wrap form input[type="checkbox"], form input[type="radio"] {
-webkit-appearance: auto;
}

Dashboard > Forums > Settings > Style (custom css)