Thanks! The link really helped. I'm about 1/2 way there.
Here's a link to the page.
I have the following code in my custom.css file but no luck on the button.
a.gf_home_pricing_button {
background-image: url("../images/homepricingbutton.png");
background-position: 0 0;
background-repeat: no-repeat;
color: #FFFFFF;
display: block;
font-family: "proxima-nova-1","proxima-nova-2",Helvetica,Arial,sans-serif;
font-size: 22px;
height: 92px;
line-height: 60px;
margin: 0 auto;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
width: 410px;
}
I have set this form class to gf_home_pricing_button on the "form settings" tab.
If I view source I do not see this class where the button is. I see a class of gform_image_button
Can you see what I'm doing wrong?
Thanks again!
Patrick
Posted 13 years ago on Tuesday July 19, 2011 |
Permalink