Replies: 0
Hello,
I’m trying to change the login page to to have round corners instead of a straight box. I’ve tried adding the following code to the custom CSS section with no luck. Has anyone done this successfully, if so, any pointers would be appreciated.
.login form {
border-radius:20px;
}