Title: CSS selector for form submit button
Last modified: September 1, 2016

---

# CSS selector for form submit button

 *  Resolved [gella2002](https://wordpress.org/support/users/gella2002/)
 * (@gella2002)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/css-selector-for-form-submit-button/)
 * Hello, I can’t find the correct selector for the submit button in signup form.
   Using it on a page with shortcode. Could you please advise how can I target the
   submit button to make some styling?
 * Thank you very much in advance
 * [https://wordpress.org/plugins/sola-newsletters/](https://wordpress.org/plugins/sola-newsletters/)

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

 *  Plugin Author [SolaPlugins](https://wordpress.org/support/users/solaplugins/)
 * (@solaplugins)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/css-selector-for-form-submit-button/#post-7518855)
 * Hi there.
 * To target the submit button, you’ll need to use some CSS that would look like
   this:
 *     ```
       .sola_nl_sub_form input[type='submit']{
         //Custom CSS Here
       }
       ```
   
 * Does this help?
 *  Thread Starter [gella2002](https://wordpress.org/support/users/gella2002/)
 * (@gella2002)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/css-selector-for-form-submit-button/#post-7518884)
 * Thank you very much for your reply! Unfortunately this code doesn’t work.
    Could
   you please take a look [ here ](http://www.nmikhaylova.ru/reklama/) I can easily
   change CSS in FF inspector, but it doesn’t go live. I’ve already tried adding“!
   important”, placing the whole form into a new div with id… I don’t know what 
   can be done else. The same issue with .sola_nl_title, which I’d like to center
   align. However I easily managed to style the whole form and other rows. Any advise?
   Thank you
 *  Thread Starter [gella2002](https://wordpress.org/support/users/gella2002/)
 * (@gella2002)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/css-selector-for-form-submit-button/#post-7519001)
 * Finally I managed to get what I want. The problem was that I edited CSS via child
   theme style.css. After I placed the code into the theme built-in custom css field(
   which saves edits into the database as far as I understand) everything worked.
 *  Plugin Author [SolaPlugins](https://wordpress.org/support/users/solaplugins/)
 * (@solaplugins)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/css-selector-for-form-submit-button/#post-7519011)
 * Hi there.
 * So glad to hear you came right with this!
 * My apologies for any inconvenience caused.

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

The topic ‘CSS selector for form submit button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sola-newsletters_ae3528.svg)
 * [Nifty Newsletters (Formerly Sola Newsletters)](https://wordpress.org/plugins/sola-newsletters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sola-newsletters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sola-newsletters/)
 * [Active Topics](https://wordpress.org/support/plugin/sola-newsletters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sola-newsletters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sola-newsletters/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [SolaPlugins](https://wordpress.org/support/users/solaplugins/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/css-selector-for-form-submit-button/#post-7519011)
 * Status: resolved