Hide Location Field During Enrollment
The "location" field during student enrollment/signup is optional. If you wish to hide this on your student signup form you can.
To accomplish this we will use the "custom code" feature in your account settings. Navigate to the custom code tab in your account settings and paste the following in your program scripts:
<style> #user_location, label[for="user_location"] { display: none !important; } </style>
Learn more about how you can use the Custom Code feature in this article.