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.

13 days later
Write a Reply...
You need to Login to view replies.