Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #820711

    pixelsandfrets
    Participant

    URL: Friends Church Contact

    I can’t for the life of me figure out why I can’t see a submit button for this Gravity form. Not sure if it’s a theme issue or a plugin issue.

    Any ideas?

    #821106

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="image"], .gform_wrapper .gform_footer input[type="submit"] {
        display: block !important;
    }
    

    Hope that helps.

    #822009

    pixelsandfrets
    Participant

    I tried adding that code, but nothing changed. The weird thing is that the form on this page seems to be working fine. I’ve tried adding new sections or using different forms, but none of them display a submit button.

    #822300

    Rupok
    Member

    Hi there,

    Thanks for writing back. It seems you have conflicting CSS on your page level CSS / Customizer CSS :

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="image"], .gform_wrapper .gform_footer input[type="submit"] {
      display: none;
    }

    Not sure why you added this. Kindly remove this to get expected result. When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts.

    Hope this makes sense.

    Cheers!

    #823789

    pixelsandfrets
    Participant

    My apologies. Totally forgot about the page level CSS area in Cornerstone. I looked everywhere to try and find any CSS referencing that button…but forgot to look there. Thanks for your help.

    #824251

    Rad
    Moderator

    You’re so much welcome!