Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save courtneyr-dev/695151d819d7c52e1826d1c3e097bfdd to your computer and use it in GitHub Desktop.
Save courtneyr-dev/695151d819d7c52e1826d1c3e097bfdd to your computer and use it in GitHub Desktop.
This Week Sample CSS
/** Change the size and colour of the widget title */
.tribe-this-week-widget-wrapper .tribe-events-page-title {
color: green;
}
/** Change the background color of the headers */
.tribe-this-week-widget-header-date {
background-color: green;
}
/** Change the background color and font color of past event headings */
.this-week-past .tribe-this-week-widget-header-date {
background-color: mintcream;
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment