Title: Remove CSS
Last modified: August 24, 2016

---

# Remove CSS

 *  [Cassaon](https://wordpress.org/support/users/cassaon/)
 * (@cassaon)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-css-3/)
 * Hi,
 * I have inserted a newsletter widget using code generated with the “form Style”
   options both set to none but the following css is inserted into my code;
 *     ```
       <style scoped>.newsletter-form {
           width: 100%;
           display: block;
           margin: 15px 0;
           border: 0;
       }
   
       .newsletter-field {
           clear: both;
           text-align: left;
       }
   
       .newsletter-field label {
           display: inline-block;
           width: 135px;
           font-size: 14px;
           line-height: normal;
           text-align: right;
           margin-right: 15px;
       }
   
       .newsletter-field input, .newsletter-field select {
           padding: 5px;
           font-size: 14px;
           margin-right: 0;
           line-height: normal;
           border: 1px solid rgba(0,0,0,.1);
           border-radius: 2px;
       }
   
       .newsletter-field-preference label, .newsletter-field-privacy label {
           text-align: left;
       }
   
       .newsletter-field-preference, .newsletter-field-privacy, .newsletter-field-button {
           margin-left: 150px;
       }
   
       .newsletter-field-preference input {
           margin-right: 10px;
       }
   
       .newsletter-privacy {
           margin-right: 10px;
       }
   
       @media all and (max-width: 480px) {
           .newsletter-field label {
               display: block;
               text-align: left;
               width: 100%;
           }
           .newsletter-field-preference label, .newsletter-field-privacy label {
               display: inline;
               width: auto;
           }
           .newsletter-field-preference, .newsletter-field-privacy, .newsletter-field-button {
               margin-left: 0px;
           }
       }
   
       </style>
       ```
   
 * How do I remove this code?
 * Thank you.
 * [https://wordpress.org/plugins/newsletter/](https://wordpress.org/plugins/newsletter/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * (@satollo)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-css-3/#post-6078902)
 * Hi, if the newsletter form style and widget style on subscripiton form are set
   to none, the css should not be there. Check even on main config panel the options
   CSS field.

Viewing 1 replies (of 1 total)

The topic ‘Remove CSS’ is closed to new replies.

 * ![](https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028)
 * [Newsletter - Send awesome emails from WordPress](https://wordpress.org/plugins/newsletter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/newsletter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/newsletter/)
 * [Active Topics](https://wordpress.org/support/plugin/newsletter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/newsletter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/newsletter/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 1 reply
 * 2 participants
 * Last reply from: [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/remove-css-3/#post-6078902)
 * Status: not resolved