Monthly Calendar – Show days of the week

Home Forums Calendar Products Events Calendar PRO Monthly Calendar – Show days of the week

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1572488
    suzinoyes
    Participant

    I cannot figure out how to show Mon-Sun on the monthly view. If I pull up my calendar under settings, Mon-Sun is there – but, not on my other one. See screen shots below. Please tell me which box to click

    #1573853
    Sky
    Keymaster

    Hi there,

    I’m sorry that you’re having issues with the calendar display. I will try to help you get this sorted.

    Is the calendar with display issues being generated with a shortcode?

    Can you provide links to these two pages so I can take a look at them?

    Thanks,
    Sky

    #1575143
    suzinoyes
    Participant

    My main calendar – and yes it is a short code: [tribe_events view=”month”]
    URL: https://homes4saleinvabeach.com/2012/09/11/autism-friendly-events-in-virginia-beach/

    Your calendar under settings: https://homes4saleinvabeach.com/autism-events-virginia/

    #1576149
    Sky
    Keymaster

    Hi again,

    Thanks for providing those links.

    It looks like your theme is overriding the background for the cells that contain the day, which are set to be white in color. You can either reset the background to its default color so the day names are visible, or you can change them to a font color that shows on a light background.

    Here is a CSS snippet that shows how to style either option. Just adjust the colors to your needs.

    .tribe-events-calendar thead th {
    background: #666!important;
    color: red!important;
    }

    You can place that in your child theme’s CSS, or in the Customizer > Additional CSS section.

    Hope that helps! Please let me know if you have any more questions about this.

    Thanks,
    Sky

    #1592078
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Monthly Calendar – Show days of the week’ is closed to new replies.