Check box looks like a dot when selected

  • lendemocratic
    Asked on August 9, 2018 at 12:55 PM

    They just look like there is a small dot behind the box...?


    Any way to fix?


    Thanks,

    Christal

  • Richie JotForm Support
    Replied on August 9, 2018 at 1:36 PM

    To clarify, are you referring to your checkbox?

    Check box looks like a dot when selected Image 1 Screenshot 20

    To fix this issue, you can add this custom CSS.

    .form-checkbox-item:not(#foo) label:after {
        box-shadow: 0 3px 0 0 #0e0d0d, 3px 3px 0 0 #000000, 6px 3px 0 0 #000000, 9px 3px 0 0 #000000, 8px 6px 0 0 rgba(255, 255, 255, 0.83), 10px 1px 0 0 rgba(255, 255, 255, 0.83); !important;
    }
    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.

    Thank you.