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.
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;
}
Hi,
Â
Many thanks.
It isn't yet working for me (I did purge caches with host / Cloudflare & on local computer )
Â
See screenshots