Announcement

Collapse
No announcement yet.

Where can I change appearance of check mark in checkbox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Where can I change appearance of check mark in checkbox

    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?

  • #2
    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

    Comment


    • #3
      Hi, thank you for your answer. Guessed this unfortunately.

      Comment


      • telecastg
        telecastg commented
        Editing a comment
        You're welcome :-)
    Working...
    X