I have several forms on my site
when using conditional logic
the look at the button changes
What can I do about this so the style is consistant, preferable with the forms without conditional logic
I have several forms on my site
when using conditional logic
the look at the button changes
What can I do about this so the style is consistant, preferable with the forms without conditional logic
http://www.neuroknowhow.com/service-feedback/
style is fine with the above link
http://www.neuroknowhow.com/dsa-dyslex-prax-support/
not so cool, with the above link
The button appears with conditional logic, wood that have an issue?
There are some inconsistencies or something in the custom theme CSS. The styles are not being applied or inherited properly.
You can try adding this to the end of your theme stylesheet and it should work for you.
[css]
body .gform_footer input.button {
background: none repeat scroll 0 0 #F5F5F5;
border: 1px solid #DDDDDD;
color: #666;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 18px;
font-style: italic;
letter-spacing: normal;
outline-style: none;
padding: 8px 5px
}
screenshot: http://grab.by/f1ia
Cheers Geezer!
I being extra lame... but would I some CSS to that for the background colour change with a: hover.
I'm not sure what I and where I would put it so it can change colour when hovered and clicked?
Please see this:
http://css-tricks.com/pseudo-class-selectors/
And this recent post by another member on how he accomplished this:
http://www.gravityhelp.com/forums/topic/custom-hover-submit-button-image#post-68286