Form Styling - unwanted borders

Jen Hall asked on May 3, 2017 14:35

I'm trying to create a form, however a black border appears around the input fields on everything except text and check boxes, i.e. captcha, radio buttons, multiple choice.

I've tried changing the cell styling and checked the code, but I can't see anything that specifies the borders should be there. The border doesn't show consistently, only on the options mentioned above; on forms we've created using the same options in the past there's been no need to alter the styling. Can anyone help please?

Recent Answers


Brenden Kehren answered on May 3, 2017 15:01

Easiest thing to do is to place a wrapper div around the form when you place it on your page and target that css class and the element types like .form-wrapper input[type="text"] { your style }

Lastly, there's a good chance you have something else overriding that selector so you may have to dig deep into your css or inspector to find it.

0 votesVote for this answer Mark as a Correct answer

Jen Hall answered on May 3, 2017 16:38

Thanks Brenden!

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.