How do you change the button color in a form?

Anonymous
Not applicable

How do you change the button color in a form?

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
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: How do you change the button color in a form?

You will need to use CSS.  This article has some more information.
Anonymous
Not applicable

Re: How do you change the button color in a form?

It can be achieved overriding the default Cascading Style Sheet

Change the Style of the Submit Button
Anonymous
Not applicable

Re: How do you change the button color in a form?

You can add this to the HTML , and replace the bold with the color you want.

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