• cccp

    (@cccp)


    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 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

    (@sgplanwize)

    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.

    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.