Changing colour from default Blue

Home Forums Calendar Products Events Calendar PRO Changing colour from default Blue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #715882
    gyse69
    Participant

    Hello.

    The following topic helped me change the colour of the ‘present day’ on the calendar from blue to orange (https://theeventscalendar.com/support/forums/topic/simple-way-of-changing-color-of-all-links/)… however, i’d also like to change the default blue that appears in the heading of the tool-tip event summary (when you hover over a date with an event in the calendar). I’d also like to change the colour of the ical/google/import buttons from the default blue.

    Is there a line of code or 2 that you could give that i could paste in to the style sheet that will change these, in the same way that the following code changed the colour of the present day? .tribe-events-calendar td.tribe-events-present div[id*=”tribe-events-daynum-“] { background: pink }

    Many thanks,

    Russell

    #717795
    Brian
    Member

    Russell,

    I can help you out with this.

    Here is the css for the tooptip:

    #tribe-events-content-wrapper #tribe-events-content .tribe-events-tooltip h4, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-gcal {
    color: #21759b;
    }

    And for the Export:

    .tribe-events-ical.tribe-events-button {
    color: #21759b;
    }

    Change the color hexcode on each to what you would like and it should take over.

    Let me know if you have issues.

    Thanks

    #764738
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing colour from default Blue’ is closed to new replies.