Skip to content

Instantly share code, notes, and snippets.

@xadapter
Created August 3, 2018 05:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xadapter/016d3c33ad00c29b6f4700ab04c52fa8 to your computer and use it in GitHub Desktop.
Save xadapter/016d3c33ad00c29b6f4700ab04c52fa8 to your computer and use it in GitHub Desktop.
Snippet to override the calendar CSS of woocommerce-booking-and-appointments plugin https://www.pluginhive.com/product/woocommerce-booking-and-appointments/
//Change the color of text "pick Please a booking period" here.
.callender-msg{
color:white;
}
//Change the color of the calendar here.
.ph-calendar-month{
background:red;
}
//Change the color of labels for participant and resource here.
.label-person{
color:white;
}
//Change width of the calendar here.
.booking-wraper{
width:90%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment