Title: Submit Button Not Displaying
Last modified: August 21, 2016

---

# Submit Button Not Displaying

 *  Resolved [WP SITES](https://wordpress.org/support/users/wordpresssites/)
 * (@wordpresssites)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/submit-button-not-displaying/)
 * The submit button doesn’t display in any location when using the Epik child theme.
 * Already posted it on there’s and they asked me to post here.
 * Works fine on all other SP child themes [http://my.studiopress.com/themes/epik/](http://my.studiopress.com/themes/epik/)
 * [http://wordpress.org/extend/plugins/genesis-enews-extended/](http://wordpress.org/extend/plugins/genesis-enews-extended/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [13 years, 1 month ago](https://wordpress.org/support/topic/submit-button-not-displaying/#post-3687010)
 * Hey Brad,
 * It’s totally a feature of Epik, if you will. Check out the CSS (I’m looking at
   the theme demo’s since I don’t own it).
 * Starting at line 2141, that set of rules is to hide the submit button. Can you
   let them know that their issue is with their CSS too?
 * Thanks!
 *  Thread Starter [WP SITES](https://wordpress.org/support/users/wordpresssites/)
 * (@wordpresssites)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/submit-button-not-displaying/#post-3687013)
 * Ok thanks Brandon.
 *  [petermahoney](https://wordpress.org/support/users/petermahoney/)
 * (@petermahoney)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/submit-button-not-displaying/#post-3687381)
 * Sorry to open an old wound, but I have the same issue on my site, here:
    [http://britney.petermahoney.net/](http://britney.petermahoney.net/)
 * I’m just using the very standard “genesis” theme, and my custom style.css isn’t
   set to do anything to button styles.
 * Any ideas?
 * Thanks,
 * Peter
 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [12 years, 11 months ago](https://wordpress.org/support/topic/submit-button-not-displaying/#post-3687382)
 * Hi Peter,
 * You’ll want to use a child theme with Genesis. If you want the same layout as
   this one, you can download the Genesis Sample theme from [http://my.studiopress.com](http://my.studiopress.com)
 * With the default theme now, the submit button is hidden, expecting the user to
   press Enter on their keyboards.
 * Once you have a child theme up, you’ll want to look for the CSS in the child 
   theme’s style.css that says:
 *     ```
       .enews input[type="submit"], .search-form input[type="submit"] {
       border: 0;
       clip: rect(0, 0, 0, 0);
       height: 1px;
       margin: -1px;
       overflow: hidden;
       padding: 0;
       position: absolute;
       width: 1px;
       ```
   
 * To add the submit button to the enews widget, remove the first part of the first
   line `.enews input[type=submit"],`. If you would like to add the submit button
   to both the enews widget and the search field, remove all of that code.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Submit Button Not Displaying’ is closed to new replies.

 * ![](https://ps.w.org/genesis-enews-extended/assets/icon.svg?rev=3508279)
 * [Genesis eNews Extended](https://wordpress.org/plugins/genesis-enews-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/genesis-enews-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-enews-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-enews-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-enews-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-enews-extended/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/submit-button-not-displaying/#post-3687382)
 * Status: resolved