To remove last names from displaying on your schedule you will need to add some code to your site template as currently the ability to hide last names is not sent from the MINDBODY system.


Follow the steps below to hide last names:

1. Login to your site and click the Dashboard Icon.


2. In the dashboard click on the templates entry.


3. Select the template you currently have applied.


4. On the right you will see a list of the different page templates. Click on “Global Styles”.


5. The template will open to the CSS page.


6. Scroll to the bottom of the CSS code.


7. Copy the code below and paste it into the bottom of the CSS.  
.mb_le_staff_lastname, .lastname, .staff_lastname {
display: none;
}


8. Once you have pasted in the code, click the Save button.