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 invisible

  1. Hi, can somebody check why the submit button is not showing properly on this page?
    http://www.canadianfreestuff.com/submit-a-freebie-to-canadian-free-stuff/
    When I hover it is there.

    Thanks

    Posted 13 years ago on Monday January 23, 2012 | Permalink
  2. Looks like there is a style conflict, this is what is being pulled in:

    [css]
    div.gform_footer input.button, .enews #subbutton, .reply a, .reply a:visited, .searchsubmit, #submit {
    background-color: transparent;
    border: 0 !important;
    color: #FB0D88;
    cursor: pointer;
    font-family: 'Lobster Two',arial,serif;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 0 0;
    text-decoration: none;
    text-transform: none;
    border-image: initial;
    }
    div.gform_footer input.button {
    color: white;
    }

    So you have white text on white background. This could be a quick fix for you, if you want to place this into your theme's stylesheet:

    [css]
    .gform_button {
    color: #FB0D88 !important;
    }

    I noticed you are minifying your CSS as well, so be mindful of that in case you add this in and your stylesheet is cached.

    Posted 13 years ago on Monday January 23, 2012 | Permalink
  3. Thank you, it worked.

    Posted 13 years ago on Tuesday January 24, 2012 | Permalink
  4. Great, glad to help!

    Posted 13 years ago on Tuesday January 24, 2012 | Permalink

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