Forums

Custom Submit Button

Grizzled 14 Sep, 2011
Hi There,

The template I am using has a standard Read More button. You can see at the bottom of the home page there are three of them there.

Is it possible to take the css code
background-color: transparent;
background-image: url("../images/button_arrow.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 100% 9px;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
color: #fdfdfd;
font-size: 24px;
display: block;
text-transform: uppercase;
padding-top: 2px;
padding-right: 23px;
padding-bottom: 0pt;
padding-left: 13px;
height: 38px;
line-height: 38px;


And use it to customize the submit button in the contact form I created?

Here is the website
http://redwiz.com

Thanks, Chuck
GreyHead 15 Sep, 2011
Hi Grizzled ,

If you add a suitable CSS selector to identify the Submit button you can put the CSS into a Load CSS action in the Form On Load event.

Bob
This topic is locked and no more replies can be posted.