Title: Remove Broad CSS Styling
Last modified: January 5, 2018

---

# Remove Broad CSS Styling

 *  [tonydjukic](https://wordpress.org/support/users/tonydjukic/)
 * (@tonydjukic)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/remove-broad-css-styling/)
 * Any chance you can push an update of your plugin but remove the broad, all encompassing
   CSS rules you’ve written into it? Stuff like:
 *     ```
       .login_dialog button, input, select, textarea, label{
           font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
           font-size: 16px !important;
           font-size: 0.9375rem;
           font-weight: 400;
           line-height: 1.66;
       }
       ```
   
 * Why operate under the assumption that a user would want you to override the theme’s
   styles for all inputs, all selects, all textareas and all labels instead of just
   for the modal login?
 * Found another instance where setting the font colour for the modal login then
   applied that colour to ALL <h2> tags across the entire site.
 * Is an update to this forthcoming or should an alternative be sought?

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

 * ![](https://ps.w.org/csh-login/assets/icon-128x128.png?rev=1793566)
 * [CSH Login](https://wordpress.org/plugins/csh-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/csh-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/csh-login/)
 * [Active Topics](https://wordpress.org/support/plugin/csh-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/csh-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/csh-login/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [tonydjukic](https://wordpress.org/support/users/tonydjukic/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/remove-broad-css-styling/)
 * Status: not resolved