Advertisement
BakerMan

jmgomezperez css (week view cat colours)

Sep 25th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. /**
  2.  * Here we are targeting events in the category "Farm Related" in the context
  3.  * of week view.
  4.  *
  5.  * Changing the category slug (ie, .tribe-events-category-farm-related to
  6.  * .tribe-events-category-appropriate-slug) and of course changing the colour
  7.  * will be required as a minimum to make this work for your own situation.
  8.  */
  9. .tribe-grid-body div[id*="tribe-events-event-"].tribe-events-category-farm-related .hentry.vevent {
  10.     background: #ff0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement