I'm new to this so I apologize for my ignorance. I'm trying to change attributes of the next, previous, and submit buttons by adding the appropriate code to my themes style.css file but nothing I change is having an effect. Is this how I'm supposed to style these buttons?
Here's a link: http://themewerx.wpengine.com/get-in-touch
Currently it looks like default buttons until you hover, then it displays as the theme's buttons would.
I've added the following to my themes style.css file, but get no changes:
[css]
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer button,
body .gform_wrapper .gform_page_footer input[type=submit],
body .gform_wrapper .gform_page_footer button {
color: #ffffff
background: #3db8a2
}
Am I on the right track or way off base here?
Appreciate it