Hi,
I don’t like the default buttons being used here http://www.safeiq.com/contact/
How can I change them to small theme color subtle like http://www.safeiq.com/shortcodes/buttons/#
Thanks
Does anybody know how to do this? Thanks
Hi,
You can change the appearance of the submit button using this:
.page-id-1167 .main_color input[type='submit'] {
background: gray;
}
Regards,
Ismael
Thank you