Add the following to yourt themes style.css or appropriate place (theme settings, plugin such as My Custom CSS, child theme style sheet).
This one will change the style of ALL submit buttons on the site
input[type=submit] { background: #666; }
or this one will change only event related submit buttons.
.btn_event_form_submit { background: #666; }
Viewing 1 reply thread
The support post ‘need to change color of the 'submit button'’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.