Skip to content

Instantly share code, notes, and snippets.

@PluginHive
Last active October 29, 2019 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PluginHive/770f499389df9186fe33a8bed4de10da to your computer and use it in GitHub Desktop.
Save PluginHive/770f499389df9186fe33a8bed4de10da to your computer and use it in GitHub Desktop.
Customise booking calendar colour
/*month colour*/
.ph-calendar-month ul li {
color: #ffffff;
}
/*week days, day colour*/
.ph-calendar-days li, .ph-calendar-weekdays li {
color: #0d0d0d;
}
/*de-active block colour*/
.past-time, .ph-calendar-date.not-available {
color: #d0d0d0!important;
}
/*time picker colour*/
.time-picker-wraper #ph-calendar-time li.ph-calendar-date {
color: #df0606;
}
/*booking info text colour*/
.booking-info-wraper {
color: #23282e;
}
/*additional note background colour and border*/
textarea.phive_book_additional_notes_text
{
background-color: #ffffff;
border: 1px solid #eeeeee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment