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
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
Great to see you in our Community! Welcome, @Alexander_Dybov ![]()
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 ![]()