Colour Coded View

Home Forums Welcome! Pre-Sales Questions Colour Coded View

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #780201
    Con
    Guest

    Is it possible to have colour coded events e.g. Meetings = Green Holidays = Red , Training = Orange.?

    #780750
    Geoff
    Member

    Hi there, Con! Thanks for getting in touch. ๐Ÿ™‚

    Great question. Every category has a class name that is injected into the template. So, for example. a category called Meetings would have a class name ofย .tribe-events-category-meetings that could be targeted in your CSS, like this:

    tribe-events-category-meetings {
      color: green;
    }

    Of course, you will need to adjust this to work with your specific theme, but this is basic idea to get you where you want to go.

    I’d also suggest checking out our Themer’s Guide which has an entire section on how to customize calendar styles with some handy examples.

    Does that make sense? Will that work for you? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Colour Coded View’ is closed to new replies.