Skip to content

Instantly share code, notes, and snippets.

@bryceadams
Created March 26, 2015 07:00
Show Gist options
  • Save bryceadams/45c65d1ed09bb7c4038c to your computer and use it in GitHub Desktop.
Save bryceadams/45c65d1ed09bb7c4038c to your computer and use it in GitHub Desktop.
Captain Opening Hours CSS Change Colors
/* Change Day Color / Size */
.locations-display ul.location-hours li .day {
color: red;
font-size: 16px;
}
/* Change Hours Color / Size */
.locations-display ul.location-hours li .hours {
color: blue;
font-size: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment