• Resolved dyotacreative

    (@dyotacreative)


    Hi, I’m trying to remove the shadow and border in Login form. I’ve tried the code

    #user-registration, #user-registration.horizontal {
        box-shadow: none; 
    }
    

    .ur-frontend-form {
    margin-bottom: 30px;
    border: 1px solid #dee0e9;
    padding: 20px;
    box-sizing: border-box;`

    However, it didn’t work. Could you please help me with it.
    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Shadow and Border in Login Form’ is closed to new replies.