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.

Need to change next, previous, and submit buttons color

  1. WAShockley
    Member

    I'm new to this so I apologize for my ignorance. I'm trying to change attributes of the next, previous, and submit buttons by adding the appropriate code to my themes style.css file but nothing I change is having an effect. Is this how I'm supposed to style these buttons?

    Here's a link: http://themewerx.wpengine.com/get-in-touch

    Currently it looks like default buttons until you hover, then it displays as the theme's buttons would.
    I've added the following to my themes style.css file, but get no changes:

    [css]
    body .gform_wrapper .gform_footer input[type=submit],
    body .gform_wrapper .gform_footer button,
    body .gform_wrapper .gform_page_footer input[type=submit],
    body .gform_wrapper .gform_page_footer button {
    	color: #ffffff
    	background: #3db8a2
    }

    Am I on the right track or way off base here?

    Appreciate it

    Posted 11 years ago on Friday February 22, 2013 | Permalink
  2. I'm getting a blank green screen when I pull up that link: Screenshot

    Posted 11 years ago on Friday February 22, 2013 | Permalink
  3. WAShockley
    Member

    Sorry. Should work now.

    Like I said... i'm new at this.

    Posted 11 years ago on Friday February 22, 2013 | Permalink
  4. Try this out:

    [css]
    body .gform_wrapper .gform_page_footer input.gform_next_button, body .gform_wrapper .gform_page_footer input.gform_previous_button, body .gform_wrapper .gform_page_footer input.gform_button {
    color: #fff;
    background: #3db8a2;
    border: 1px solid #000;
    }

    Screenshot

    Posted 11 years ago on Friday February 22, 2013 | Permalink
  5. WAShockley
    Member

    Thanks but it still doesn't have any effect. I'm assuming this means there is an issue with my child theme setup? Or is there something else that could be going on here?

    Appreciate it!

    Posted 11 years ago on Monday February 25, 2013 | Permalink
  6. Yeah I don't see those styles coming in at all upon inspection of the buttons. You might want to verify that the file you are placing your custom CSS in is actually getting output.

    Posted 11 years ago on Monday February 25, 2013 | Permalink