PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Button style changes due to conditional logic

  1. 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

    Posted 11 years ago on Friday July 27, 2012 | Permalink
  2. 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?

    Posted 11 years ago on Friday July 27, 2012 | Permalink
  3. 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

    Posted 11 years ago on Friday July 27, 2012 | Permalink
  4. 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?

    Posted 11 years ago on Friday July 27, 2012 | Permalink
  5. 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

    Posted 11 years ago on Sunday July 29, 2012 | Permalink