Title: Subscription form short code help
Last modified: April 29, 2019

---

# Subscription form short code help

 *  Resolved [floorpi14](https://wordpress.org/support/users/floorpi14/)
 * (@floorpi14)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/subscription-form-short-code-help/)
 * Hi,
 * I am unable to adjust the settings of the subscription form.
 * Are you able to please help me with short code to change the text inside the 
   form to white, so that it is readable, and make the button longer to comfortably
   fit the words “Notify Me” rather than “submit”
 * Thanks for you help
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubscription-form-short-code-help%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [NiteoThemes](https://wordpress.org/support/users/niteo/)
 * (@niteo)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/subscription-form-short-code-help/#post-11482753)
 * Hello, you can try this css:
 *     ```
       .input-icon:before, input[type="email"], input[type="text"] {
           color: white;
       }
   
       .inner-content form {
           max-width: 500px;
       }
   
       .cmp-subscribe input[type="email"] {
           width: 70%;
       }
   
       input[type="submit"] {
           width: 30%;
       }
       ```
   
 * Cheers, Alex
 *  Thread Starter [floorpi14](https://wordpress.org/support/users/floorpi14/)
 * (@floorpi14)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/subscription-form-short-code-help/#post-11495820)
 * Thank you. It is fixed on the desk top. But now it is misaligned on mobile view.
   
   Do you have a fix for this?

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

The topic ‘Subscription form short code help’ is closed to new replies.

 * ![](https://ps.w.org/cmp-coming-soon-maintenance/assets/icon-256x256.png?rev=
   2393184)
 * [CMP - Coming Soon & Maintenance Plugin by NiteoThemes](https://wordpress.org/plugins/cmp-coming-soon-maintenance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cmp-coming-soon-maintenance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/)
 * [Active Topics](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [floorpi14](https://wordpress.org/support/users/floorpi14/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/subscription-form-short-code-help/#post-11495820)
 * Status: resolved