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] Styling of checkbox

6 Posts
2 Users
1 Reactions
2,573 Views
Tim
Posts: 12
 Tim
Topic starter
(@tim)
Active Member
Joined: 7 years ago

Hi,

 

Brilliant plugin. Much better than a similar one I paid lots of money for!

I've setup a forum at:  https://unretired.co.uk/forum/

All fine apart from the styling of the checkboxs is odd (basically I'm not getting a box more a "line". Of course this may be a problem with the theme?

See for instance the checkbox at  https://unretired.co.uk/forum/?wpforo=signup to the left of "I agree to receive..."

Maybe someone brainier than me can provide some CSS that I can put in my custom CSS area?  Here';s hoping. Doesn't need to be anything fancy, just clear & simple box & tick.

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

Thank you @tim,

This is a CSS conflict with your current active theme. Just navigate to Dashboard > Forums > Settings > Styles admin page, add the following CSS code in "Custom CSS Code" textarea, save it, delete all caches and check again. 

input[type="checkbox"] {
border: 1px solid rgb(151, 149, 149) !important;
width: 22px !important;
}
Tim
Posts: 12
 Tim
Topic starter
(@tim)
Active Member
Joined: 7 years ago

Hi,

 

Many thanks.

It isn't yet working for me (I did purge caches with host / Cloudflare & on local computer )

 

See screenshots

Tim
Posts: 12
 Tim
Topic starter
(@tim)
Active Member
Joined: 7 years ago
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @tim,

The issue is already solved. Just click on CTRL+F5 on frontend. 

Page 1 / 2