Hi, how do I update the background color of the Contact Form “Submit” button? If I select “Colors” in the form section the only options I see are Default, Light Transparent and Dark Transparent.
Hey envisageiam,
Please add this code to the quick css field and change the color values:
#top #wrap_all .main_color input[type='submit']:hover {
background-color: #000000;
color: #ffffff;
border-color: #5d8ab9;
}
#top #wrap_all .main_color input[type='submit'] {
background-color: #000000;
color: #ffffff;
border-color: #5d8ab9;
}
Best regards,
Peter
That didn’t work