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.

Submit Button Text Color

  1. lisaa
    Member

    I have looked at the other entries regarding this issue, and have tried using the solutions provided. My link is http://www.sakanajaxbeach.com/vip-e-club/. As I understand it, I place any css changes into my style.css file for my theme.

    Have added:

    [css]
    #gform_wrapper_3 input[type="text"], #gform_wrapper_4 input[type="url"], #gform_wrapper_4 input[type="email"], #gform_wrapper_4 input[type="tel"], #gform_wrapper_4 input[type="number"], #gform_wrapper_4 input[type="password"] {
    background-color: black !important;
    border-color: #313131 !important;
    }
    #gform_submit_button_3 {
    color: #fff !important;
    }

    This makes no difference. I simply want to change the text color to white. Help?

    Thanks!

    Posted 12 years ago on Thursday July 5, 2012 | Permalink
  2. It's def white and VERY large - might want to consider knocking that down a few pegs: Screenshot

    Posted 12 years ago on Thursday July 5, 2012 | Permalink
  3. lisaa
    Member

    That's fine, but it doesn't work?

    Posted 12 years ago on Friday July 6, 2012 | Permalink
  4. I don't understand what you mean by it doesn't work. That screenshot I took was of your live site. It sounds like you are cached.

    Posted 12 years ago on Friday July 6, 2012 | Permalink
  5. lisaa
    Member

    LOL well maybe it DOES work... but not sure why it's so large.

    Posted 12 years ago on Friday July 6, 2012 | Permalink
  6. I pointed out to you why it's so large. :) You have the submit button set to be 5ems. You should lower that or better yet - just get rid of it.

    Posted 12 years ago on Friday July 6, 2012 | Permalink