Follow the instructions below if you want to change the top color of the calendar in the Appointment Pro feature.
1) Log into your App Manager and select your app.
2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
3)Scroll down to the Advanced SCSS box. If there is already code in the advanced SCSS box, do not remove it. Start a new line “after” the last character in the box, then paste the above code.
/*** BEGIN: APPOINTMENT PRO - CHANGE CALENDAR BACKGROUND COLOR ***/
.appointmentpro-calendar th {
border-top: 1
px
solid rgba(0, 0, 0, 0.1);
border-right: 1
px
solid rgba(0, 0, 0, 0.1);
background-color: #c52424 !important;
color: #ffffff;
text-shadow: 0px -1px 0px rgb(0 0 0 / 20%);
font-weight: normal;
}
/*** END: APPOINTMENT PRO - CHANGE CALENDAR BACKGROUND COLOR ***/
4)Click Save.