• Hi,

    I need to change all the blues in the various views of the calendar to be greens for a client install of Events Calendar.

    I’ve probably got a few more questions after this to get everything just right, but now I’m struggling with the Month View, and coloring the present day’s title bar to green instead of blue.

    I have a piece of CSS that does it:

    table.tribe-events-calendar td.tribe-events-present * {
    background: #559534 !important; /* Light Green */
    }

    And when this is enabled, I find it messes things up in the mobile view…

    Is there a better/cleaner way to color this element?

    Thanks for your time,
    Evan

    https://wordpress.org/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Brian

    (@brianjessee)

    Hi,

    Thanks for using our plugins. We are not able to provide support for customization or css changes, but I can try to point you in the right direction.

    Also, using!important is not a recommended way to change css as it can create conflicts.

    In version 4.0 and later we did add Events to the Customizer:

    Admin > Appearance > Customize

    There you can change the link color in The Events Calendar > Global Elements Section.

    Thanks

    Thread Starter pheezy

    (@pheezy)

    Thanks for the reply, Brian. (And, sorry I missed replying until now.)

    And, thanks for the tip on !important. I’ll work on getting that right.

    I’m using Version 4.0.5, but don’t see Events in the Customizer. Can that vary depending on what theme I’m using? That sounds like it would be a big help.

    Thanks again for the help,
    Evan

    The PRO add-on is the one that adds styling settings at wp-admin > Appearance > Customize > The Events Calendar

    Reference: https://theeventscalendar.com/knowledgebase/pro-color-customizer/

    Please know that we do not provide support for customizations in this forum.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom colors for month view’ is closed to new replies.