x

On my form field the circles aren't appearing!!! HELP!

I  started changing some elements in the coding to the form fields and I must have deleted the border and fill colors to the circles. Can someone please help with what coding I need to add back. We are almost ready to launch and I'm panicking. 

http://thewindowlink.weebly.com/free-quote.html

Thanks in advance.

771 Views
Message 1 of 4
Report
3 REPLIES 3

Look for this:

input[type='radio'] {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid;
}

and change it to this:

input[type='radio'] {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid !important;
-webkit-appearanceradio; }
760 Views
Message 5 of 4
Report

That definitely fixed most of it, but it's not showing up at all on Firefox and when I click a circle in Safari, it jumps down a second and then goes back up. Can you help me with that too? Thank you SO MUCH for taking the time to help me!
743 Views
Message 5 of 4
Report

@thewindowlink:  If BJ is too busy, you may want to contact Chris at http://weeblytricks.weebly.com/contact.html.  For a small fee or may be pro-bono he certainly should be able to solve your problem.

737 Views
Message 5 of 4
Report