Change the color of the button

Hi

Does anybody knows how to change the color of the button in the appointment-booking widget.

I would appreciate any hint.

Many thanks,

Alexander

1 Like

Great to see you in our Community! Welcome, @Alexander_Dybov :waving_hand:

If you mean the Confirm Booking button, this code will do the trick:

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

Please add it to the Custom CSS field on the Settings tab of your widget’s settings and let me know if it worked :wink:

1 Like