CSS Month View Event Link Colors

Home Forums Calendar Products Events Calendar PRO CSS Month View Event Link Colors

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1086315
    Lawrence
    Participant

    I want to change the text link colors only for events shown on the calendar when in month view.

    What is the custom CSS I need – I can not find it in the files.

    #1086937
    George
    Participant

    Hey @Lawrencepepper,

    We unfortunately cannot help with CSS customizations—it’s a thing you have to take the reins on yourself (you can read more about this in the “Product Support” section of this page → http://theeventscalendar.com/terms).

    That being said, you can target month view links with CSS along the lines of the following:


    .tribe-events-month-event-title a {
    color: #cc9900 !important;
    }

    If you need to write custom CSS on your site, definitely check out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element whose styles you would like to change.

    I hope this helps!
    George

    #1093493
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘CSS Month View Event Link Colors’ is closed to new replies.