Hi, how can I change the colour of a specific contact form button?
Hey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-1617 #av_section_2 .avia_ajax_form input.button {
background: #3366cc;
}
Just adjust the color as you see fit. Hope this helps :)
Best regards,
Nikko
Thanks!