Can I change the color of the active box in the contact form to another color instead of blue?
Can I use the template palettes for this and if so how do I activate one of the palettes for the contact form. Thanks Eric
Hi Eric,
This is special style of template for the form, you can override with this custom css:
.form-control:focus { border-color: #86b7fe !important; }
and change to your desired color.
Thanks Saguaros! Eric