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.

How do I change the style of my page break buttons

  1. graphicevolution
    Member

    I've set up a form with multiple page breaks but the next buttons are black, how do I change the style of these?

    this is my page

    http://graphic-evolution.co.uk/store/wordpress/landscape-canvas/

    Posted 11 years ago on Thursday September 20, 2012 | Permalink
  2. You should be able to drop this CSS snippet into your theme's stylesheet and edit accordingly. Right now this is getting inherited from a style selector in your theme. This should override it:

    [css]
    body .gform_wrapper .gform_page_footer .button {
    background-color: #cccccc !important;
    }
    Posted 11 years ago on Thursday September 20, 2012 | Permalink
  3. Cara Jeanne
    Member

    I am trying to move my 'next' and 'previous' buttons to the right.
    The float:right worked however the last field before the button has a gf_right_third so it is lining up next to it. I also tried text-align: right.

    You can find my form here:
    http://www.thecivillawcenter.com/forms/

    Also, I have some lines of text overlapping here: (Step 2)
    http://www.thecivillawcenter.com/forms/#gf_4
    This was not like this before I added page breaks.

    Any help would be appreciated!

    Posted 11 years ago on Friday December 7, 2012 | Permalink