Title: CSS
Last modified: August 21, 2016

---

# CSS

 *  [cccp](https://wordpress.org/support/users/cccp/)
 * (@cccp)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-33/)
 * First, thank you so much for the plugin. It is by far better login plugin out
   of many.
 * My questions is:
 * How can I modify CSS for the Nice Login Widget?
 * Can you provide me with example of CSS?
    (Something like you using on your website
   [http://superplug.in](http://superplug.in) or CSS for the original WordPress 
   login box)
 * What to put under: CSS class name field?

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

 *  Plugin Author [sgPlanwize](https://wordpress.org/support/users/sgplanwize/)
 * (@sgplanwize)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/css-33/#post-3669104)
 * You can modify the existing CSS file `pw-login-widget.css` wich is provided in
   the plugin folder.
    Just before, give a new CSS class name in the widget options
   and save it, then put something like this in the CSS file:
 *     ```
       .example-css{
       	border: 1px solid grey;
       	border-radius: 4px;
       }
       ```
   
 * Change `example-css` to the name you gave and thats it.
 * Enjoy.
 *  [thlconal](https://wordpress.org/support/users/thlconal/)
 * (@thlconal)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/css-33/#post-3669409)
 * Still struggling with this. I’m attempting to add this:
 *     ```
       .sp-widget-login-div form p {
               margin-bottom: 1px;
                margin-bottom: 0.071428rem;
       }
       ```
   
 * To the pw-login-widget.css file. However, when I do so, the effect do not work,
   they are lined out on Firefoxs display.
 * Secondly, I’m still unable to understand what the CSS Class name field is for.
   What does it do?

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

The topic ‘CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nice-login-register-widget_e4e4e4.
   svg)
 * [Nice Login Widget](https://wordpress.org/plugins/nice-login-register-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nice-login-register-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nice-login-register-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/nice-login-register-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nice-login-register-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nice-login-register-widget/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [thlconal](https://wordpress.org/support/users/thlconal/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/css-33/#post-3669409)
 * Status: not resolved