How Can We Help?
< Back
You are here:
Print

How to remove the fields image and description in the register dialog box?

Remove the fields image and description from the registration form.

.register-login-dialog form .row:nth-child(n+4) {
display: none;
}

Categories