Change border color on all fields

Here is my dev site contact form page - Contact Us – Coleman & Noland Law
Would like to change the thickness of the line border on all fields and the color to gold to match my website branding #c29a5b

Hi Sarah,

To resolve the issue, try the following CSS code in the child theme’s style.css file or in Appearance → Customize → Additional CSS.

#gform_1 input,
#gform_1 select,
#gform_1 textarea {
  border-color: #c29a5b !important;
}

Then, if you check the page, you’ll see the border color changed to golden. The output will look like this screenshot.

Give it a try, and let me know how that goes! :smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.