give event title full background color
I can't seem to make my events show different background colors based on category... the category color I've specified only shows up as a small block of color before the event title. I imagine it's because the code is like this:
HTML Code:
<div class="titleTOC"><span class="s22">
</span>Event name
</div>
If I style the class s22 it only applies to that span, but the event name is not within the span tags. So is there any way that I can get the entire event title to be highlighted by a specific color, or is this not possible??
|