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'; }