Viewing 5 replies - 1 through 5 (of 5 total)
  • In your admin area go to ‘Settings > Login widget settings’ and put the following code in the ‘Load default styles box’

    .login_wid {
    list-style: none;
    margin-left: 0;
    }
    Plugin Author aviplugins.com

    (@avimegladon)

    This topic is resolved.

    I put this on the load default styles box and I still get this bullets in the login box.

    I had the same problem, this code fixed it

    Go to Plugins>Login Widget With Shortcode>Edit

    Select the style_login_widget.css file

    and add this to it

    ul, li{
        list-style:none;
        list-style-type:none;
    }

    i tried both codes and nothing happened. I still have these bullets in my login box. More over i would like to eliminate the border. Please, Can someone help me?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Why do I get dots like in a list?’ is closed to new replies.