Change color of Confirm Booking button

Add this code to the Custom CSS field on the Settings tab of your Appointment Booking widget’s settings:

[class*="ButtonBase__ButtonContainer-sc"] {
  background-color: red !important;
}
2 Likes