Change Font of month view events

Home Forums Welcome! Pre-Sales Questions Change Font of month view events

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1072950
    Wayne
    Guest

    Hi

    My font is white on grey and I cannot see it. How do I change the font of the events in month view?

    http://www.spartanarms.co.za/?post_type=tribe_events

    #1073263
    George
    Participant

    Hi Wayne,

    This is caused by your theme. To override the theme styles, you would have to add CSS like the following to the bottom of your theme’s style.css file:


    #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title,
    h3.tribe-events-month-event-title a {
    color: #000 !important;
    }

    This will make the color #000, which is black – you can of course modify that to any other color you’d like.

    Best of luck with your site,
    George

    #1083897
    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 ‘Change Font of month view events’ is closed to new replies.