Checkboxes #2 - Post ID 283828

User 2056177 Photo


Registered User
232 posts

Can't remember if I asked this before but is there any way to increase the size and / or colour of the checkboxes?
Pete.
User 2056177 Photo


Registered User
232 posts

Problem sorted.

I now have the larger checkboxes that I wanted courtesy of HTML on Google.

Pete
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

Hi Pete,
Can you please share your code so others can be helped by it.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 283347 Photo


Registered User
388 posts

Eric Rohloff wrote:
Hi Pete,
Can you please share your code so others can be helped by it.


Yes, please! I have often wondered why it is not a built in feature to easily change (or defaulted to a slightly larger one).

MJ
User 187934 Photo


Senior Advisor
20,181 posts
Online Now

Hi mark try this.
<style>
#docContainer input[name="checkbox[]"]{
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
</style>

The code can be altered to target all checkboxes or types instead of name.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 283347 Photo


Registered User
388 posts

Thanks, Eric.

I'll give it a try soon

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.