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.

Next/Previous Buttons not picking up theme's CSS

  1. Jon Marius
    Member

    I know there are a few others who had the same issue, and I tried the workaround Rob discussed here
    http://www.gravityhelp.com/forums/topic/next-previous-buttons-not-picking-up-style-css

    but mine didn't work, it is still not picking up the custom css, you can view it here.
    http://www.1stplacefundraising.com/school-verification/

    Posted 12 years ago on Thursday April 26, 2012 | Permalink
  2. This worked for me via chrome dev tools and should target both next and previous buttons:

    [css]
    .gform_next_button, .gform_previous_button {
    background-color: black;
    color: white;
    }

    Just be sure to place this into your theme's stylesheet.

    Posted 12 years ago on Thursday April 26, 2012 | Permalink
  3. David Peralty

    Copied the styling of the submit button from the theme and added the .gform_next_button and .gform_previous_button calls to it so that it styled those the same way.

    Posted 12 years ago on Thursday April 26, 2012 | Permalink

This topic has been resolved and has been closed to new replies.