Before you ask please READ THIS

Gravity Form submit button not appearing

edited June 2014 in Superior Posts: 6
Hi there,
I have an issue wherein the submit buttons on my gravity forms don't show up. It should not be an issue with the plugin itself because it is sitting within a multisite setup, with several sites using the same files without issue. It is just this one site that does not display the button. Can you please help?

Thanks,
Katrina.

Comments

  • AirAir
    Posts: 10,970
    Hello

    Live link please. To page where I can see issue.

    With regards.
  • AirAir
    Posts: 10,970
    Hello

    You have added such code in child theme style:
    
    .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button {
        background-color: #1ABC9C;
        background-image: none;
        border: medium none;
        border-radius: 3px;
        box-shadow: none;
        color: #FFFFFF;
        cursor: pointer;
        display: none !important; /* <------ THIS IS YOUR ISSUE */
        font-size: 13px;
        font-weight: bold;
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
        text-shadow: none;
        transition: all 0.3s ease 0s;
        white-space: nowrap;}
    
    You will have to overwrite this for gravity forms.

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!