Hi there,
can I give a form button (send) a different color? The customer here https://www.netboom.de/kontakt/ would like the send button in orange.
Hey Martin,
Please try the following in Quick CSS under Enfold->General Styling:
form.avia_ajax_form input[type="submit"] {
background-color: orange;
border-color: transparent;
}
Best regards,
Rikard
Thank you very much!