Yellow dots for check box selections (mobile)

  • OndaLife
    Asked on February 14, 2018 at 2:09 PM

    My entire form works on mobile except a tick box to accept the terms and conditions and which product I am choosing on my stripe integration. This is only happening on mobile, my web form works fine. 


    Please let me know how i can solve




    Jotform Thread 1384586 Screenshot
  • Adrian
    Replied on February 14, 2018 at 3:22 PM

    This Custom CSS Code that you have in your form is causing that (the big yellow circles).

    input[type="radio"], input[type="radio"]:checked {

        border : 25px solid #ffd700 !important;

    }

    I have cloned your form and removed that CSS from the cloned form. I also removed all the CSS that starts with ".form-radio".

    Here is how the cloned form looks now:

    Yellow dots for check box selections (mobile) Image 10

    So, just remove or edit the CSS mentioned above and your form should look good on mobiles as well.


    Let us know if you need further help.