Support

Home Forums Event Espresso Premium Calendar words missing / colour issue?

Calendar words missing / colour issue?

Posted: August 9, 2017 at 6:57 am

Viewing 3 reply threads


Bosworthsgc

August 9, 2017 at 6:57 am

HI

I have set up events in http://www.bosworthsgc.co.uk/santa
that is our Tea with Santa event?

On the calendar, The “month” at the top of the calendar is not showing. Im not sure if the wording is in white and the background is so that it is simply not there
If this is the case, please could you advise how to fix. Similarly, when you hover over the event the description is not very readable due to the colours. I couldn’t see anywhere to fix this.

Thanks


Tony

  • Support Staff

August 9, 2017 at 7:53 am

Hi there,

On the calendar, The “month” at the top of the calendar is not showing. Im not sure if the wording is in white and the background is so that it is simply not there

Yeah your theme is setting the header test to be white, one a white background you can’t see it.

You can override that for the calendar using:

#espresso_calendar .fc-header-title h2 {
    color: #000;
}

You can add that to Appearance -> Customize -> Custom CSS.

Similarly, when you hover over the event the description is not very readable due to the colours. I couldn’t see anywhere to fix this.

Same issue just in a different location, try adding this:

.qtip-content h1, .qtip-content .qtip_info p {
    color: #000;
}

To the same locations as above.


Bosworthsgc

August 9, 2017 at 8:05 am

Thanks Tony


Tony

  • Support Staff

August 9, 2017 at 8:12 am

You’re most welcome 🙂

Viewing 3 reply threads

The support post ‘Calendar words missing / colour issue?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso