• Resolved Atar1

    (@atar1)


    Hello there

    I’m trying to set up my page using the customizer and noticed a white border around the whole Login Form. Whatever color i change, the Border stays white. Did I miss an option for that border or is there no way to change this with this plugin?

    Thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Muhammad Arslan

    (@wparslan)

    Hey @atar1

    This is not the default behaviour of Login Customizer.

    Can you kindly share the login page where this issue is occurring so I can help you to resolve it?

    Looking forward.

    Thread Starter Atar1

    (@atar1)

    Hello @wparslan

    The Login Page I customized is the following:

    http://www.rayworx.ch/wp-admin

    Thank you for your help.

    Plugin Support Muhammad Arslan

    (@wparslan)

    Hey @atar1

    Thank you for providing the link.

    You can use the custom CSS to either remove or change the color of this border.

    Copy and paste the following in Login Customizer -> Customizer -> Custom CSS/JS -> CSS.

    #login form#loginform {
        border: none !important; /* Remove the border */
    }

    Publish and enjoy.

    Have a nice day!

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

The topic ‘Form Border’ is closed to new replies.