Skip to main content
December 11, 2013
Question

How do you change the button color in a form?

  • December 11, 2013
  • 3 replies
  • 808 views
I remember seeing this ages ago, but can't seem to find it again. I want to change the color of my form button, but can't find where to do that. The template seems to be referencing a gif, but I don't know what the path is to the relative URL: /rs/marketoreferencelibrary/images/button-submit07.gif

Please help.

Thanks,
Adele
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

December 11, 2013
You will need to use CSS.  This article has some more information.
December 11, 2013
It can be achieved overriding the default Cascading Style Sheet

Change the Style of the Submit Button
December 11, 2013
You can add this to the HTML , and replace the bold with the color you want.

<style> #mktFrmSubmit {background: #c2f223 !important; } </style>