HI, guys!
I need to change the colour of the button (send/enviar) that is in this page (http://olgagarciamoreno.es/contacto/)?
How can I do it? Thanks!!
Hey jorgeayusomolina,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-23 .avia_ajax_form .button {
background-color: blue;
border-color: blue;
}
Just change the colors as you see fit. Hope this helps :)
Best regards,
Nikko