Trends

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.

tutor student login shortcode


Now go scrolldown and you will find an ADDITIONAL CSS option

additionalcss_tutorlms


Paste CSS Code here and click PUBLISH button

Paste TutorLMS CSS Ccde



You can see, "Create a New Account" button is hidden from the the Student Login page

tutor lms student login










No comments