Solved! Go to Solution.
I realize it's been a while since this was posted, but is this still the case?
Hi Stephen,
It varies greatly depending on the exact style you're looking for. Developers can use regular ol' CSS on your landing page templates to override existing button styles. They'll want to target the element using the following CSS selector:
.mktoForm button.mktoButton
Hey Nathan J. Brauer I would think you would want a selector that at least matches the specificity of the default CSS, like if you're using the Thoughtbot theme in the form setup you have to have something at least as strong as .mktoForm .mktoButtonWrap.mktoThoughtbot .mktoButton