Change calendar header color month view

Home Forums Calendar Products Events Calendar PRO Change calendar header color month view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1372411
    Fernando Gutiérrez
    Participant

    Hello there, have the same issue, I have tried to change header bar color, using CSS posted as answer below, but the calendar always be overrided with a dark gray color.

    .tribe-events-calendar thead th {
    background-color: #890000;
    color: #ffffff;
    }

    Another thing, How can I put only calendar table in month view with white background. Note I am using an image background for my site, so the calendar table appears transparent.

    URL: http://theclockpub.com/ctg/actividades/

    Thanks for your help!

    ========================
    PLEASE LEAVE FOR SUPPORT
    Reporting the same issue as: https://theeventscalendar.com/support/forums/topic/code-help-to-change-colors/

    #1372953
    Cliff
    Member

    Hi, Fernando.

    1)

    It looks like you have Tribe Bar disabled in the Event Settings. Therefore, there is no header bar color HTML to target with CSS.

    2)

    This CSS should work:

    #tribe-events.view-month .tribe-events-calendar td {
    background-color: #ffffff;
    }

    Please note that we do not include custom styling help per our Scope of Support / Terms, but we do try to go above-and-beyond the times we can. I just wanted to state this to ensure your expectations are in line with our level of support.

    Thanks and have a great day!

    #1373081
    Fernando Gutiérrez
    Participant

    Hey Cliff, thank you very much, my issue was partially solved, i decide not to change header bar color, I tried as you recomended in point 1, but nothing happens. Point number 2 works just fine. Thanks!

    It will be great if your team could develop tools for a deeper personalization in next plugin updates.

    Thank you very much!

    #1373306
    Cliff
    Member

    I’m glad this is resolved for you.

    You could request new features (or maybe search to see if an idea was already posted by someone else) at our plugins’ UserVoice page.

    This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.

    If you post it / find it, feel free to link to it from here in case anyone comes across this forum thread in the future.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change calendar header color month view’ is closed to new replies.