Home › Forums › Calendar Products › Events Calendar PRO › colours by categories : tool tip titles only
- This topic has 4 replies, 3 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
July 14, 2012 at 4:09 pm #22115
Eric
ParticipantI used this code to change the categories:
/*My Background Colours*/
.tribe-events-calendar .cat_rally,
.tribe-events-calendar .cat_meeting,
.tribe-events-calendar .cat_private,
.tribe-events-calendar .cat_training,
.tribe-events-calendar .cat_celebration, {
color: #fff;
}
.tribe-events-calendar .cat_rally,
.cat_rally > .tribe-events-tooltip .tribe-events-event-title {
background: #aaaabb;
}
.tribe-events-calendar .cat_meeting,
.cat_meeting > .tribe-events-tooltip .tribe-events-event-title {
background: #dd0044;
}
.tribe-events-calendar .cat_private,
.cat_private > .tribe-events-tooltip .tribe-events-event-title {
background: #665588;
}
.tribe-events-calendar .cat_training,
.cat_training > .tribe-events-tooltip .tribe-events-event-title {
background: #00bb88;
}
.tribe-events-calendar .cat_celebration,
.cat_celebration > .tribe-events-tooltip .tribe-events-event-title {
background: #9988dd;
}
/*End My Background Colours*/My calendar has a red background and I only want the popup tool tip titles color coded not the calendar. I also tried the new plugin and the results are the same as this code. Is there anyway to have the text on the calendar itself with a transparent or no background? Thanks in advance for your help. I had a problem posting this in the correct thread sorry I started a new one …
Test calendar is here: http://foxtest.foxdisplays.com/events/
Pro Key is here; http://www.teamsters630.org/events/July 18, 2012 at 7:56 am #22282Rob
MemberHey there Eric. Have you followed our category coloring tutorial here (https://theeventscalendar.com/coloring-your-category-events/), or was this reached a different way? I can get our dev to take a look as needed but just want to get that bit of information confirmed before we go any further here. Thanks in advance!
July 18, 2012 at 8:19 am #22285Eric
ParticipantThanks Rob, The tutorial gave me the same results as the code a posted above. This has been resolved though, Joyce Grace in another post suggested that I add some code to the above and it gave me the results I was looking for. I just added the background color for each item.
}
.tribe-events-calendar .cat_training {
background: #b90202;
}July 18, 2012 at 6:49 pm #22325Rob
MemberAh gotcha! Thanks for confirming as much, Eric. Sounds like you’re all set here. Joyce is out for the next week or so but if you have any other issues please post them on the forum here and either Jonah or myself will get you what you need.
July 7, 2015 at 6:25 am #977364Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘colours by categories : tool tip titles only’ is closed to new replies.
