Change the Wording from “Choose Appointment” on Acuity aka Squarespace Scheduling

With the new update, Squarespace Scheduling (formerly Acuity), removed the ability to change the wording in the appointment steps at the top of the scheduler. This is a drag because the word “appointments” might not work for the services that you’re offering.

To add this code, you will have to be on the Powerhouse Scheduling Plan. Adding it to Design -> Custom CSS will NOT work. If you’re on the Powerhouse Scheduling Plan, you can add it under Scheduling -> Customize Appearance -> Advanced CSS.

 

Need more advanced customization for your Acuity Scheduler? Book a consultation with me to discuss the details!

 
/* Hides the words "Choose Appointment" */
.step-pick-appointment a {
  font-size: 0 !important;
}

/* Shows the new wording */
.step-pick-appointment a:after {
  font-size: 14px;
  content: 'CHANGE THIS';
}
Mali King

I’m a Squarespace expert who has designed hundreds of websites over the course of 4+ years! I love working with small businesses and entrepreneurs to create beautiful, functional websites that stand out from their competition and attracts clients.

https://clementinedesign.studio
Previous
Previous

Add Custom Link Social Icons

Next
Next

Show Button on Mobile in Navigation (7.1)