colours by categories : tool tip titles only

Home Forums Calendar Products Events Calendar PRO colours by categories : tool tip titles only

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22115
    Eric
    Participant

    I 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/

    #22282
    Rob
    Member

    Hey 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!

    #22285
    Eric
    Participant

    Thanks 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;
    }

    #22325
    Rob
    Member

    Ah 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.

    #977364
    Support Droid
    Keymaster

    This 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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘colours by categories : tool tip titles only’ is closed to new replies.