I use “Splash blue” color style on my site. Is it possible get the “Splash green button” to the Enfold contact form?
Thanks
Next issue; how can I change the title color of Enfold contact form?
Hey!
To change the color of the button:
form.ajax_form .button[type="submit"] {
background: #719430 !important;
}
To change the title color:
v-special-heading h3{
color: red !important;
}
Regards,
Josue