Hello, The marked checkbox is a light gray background with a white mark inside, which is very difficult to read. I would like to make the mark darker or in another color. Does anybody know, where to modify this?
Announcement
Collapse
No announcement yet.
Where can I change appearance of check mark in checkbox
Collapse
X
-
It is not possible to actually change the background color and color of a standard html checkbox element.
A workaround involves actually hiding the checkbox element and substituting it with a span or other element that simulates a checkbox. https://www.appitventures.com/blog/s...ckbox-css-tips
If you are very comfortable with handling javascript, css and jquery you could try to substitute all rendered checkboxes (following the instructions in the above post) after the page has been loaded.
Hope this helps
- Likes 1
Comment