Skip to content

Instantly share code, notes, and snippets.

@PluginHive
Last active October 25, 2019 06:42
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/db3cc3b6b3489c739c3a4198489d856e to your computer and use it in GitHub Desktop.
Save PluginHive/db3cc3b6b3489c739c3a4198489d856e to your computer and use it in GitHub Desktop.
Customise Booking Calendar Font Size.
/*font size for week days, dates, time */
.ph-calendar-days li, .ph-calendar-weekdays li{
font-size:15px;
}
/*font size for month text*/
.ph-calendar-month ul li{
font-size: 15px !important;
}
.booking-info-wraper {
font-size: 15px !important;
}
.extra-resources,.resources-wraper {
font-size: 15px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment