TutorLMS Tricks : How to disable/hide the "Create a New Account" button on the Student Login page?
How to disable/hide the "Create a New Account" button on the Student Login page?
You can easily disable or hide TutorLMS "Create a New Account" link for student login page. In this tutorial you can easily diable or hide create a new account link from tutor lms login page.
Copy CSS Code From Here
/* Hide or Disable "Create "Create a New Account" button on the Student Login page */
.tutor-form-register-wrap{
display: none;
}
To do this job, you need to login with WordPress administrator.
After successfully login, Go to WordPress dashboard and hoverover on APPEARANCE menu and click CUSTOMIZE option.
Now go scrolldown and you will find an ADDITIONAL CSS option
Paste CSS Code here and click PUBLISH button
You can see, "Create a New Account" button is hidden from the the Student Login page




No comments