Support

Home Forums Events Calendar Add-on Incompatability Issue: Conflicting CSS Styles

Incompatability Issue: Conflicting CSS Styles

Posted: May 5, 2015 at 8:48 am

Viewing 1 reply thread


Minnesota Soybean

May 5, 2015 at 8:48 am

I was recently debugging my site and noticed that only on pages that had an Events Calendar had the issue: The font, in Google Chrome, was rendering strangely.

I found the reason for this. The plugin’s calendar.css style sheet has a global style, so it affects the ENTIRE page and its theme, not just the calendar! I would highly advise fixing this in the future.

Code in question:

/*
Prettify the fonts (especially) in webkit browsers
---------------------------------------------------------------------------------------------------- */

* {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}

Simply changing the “*” call to “#espresso_calendar *” would fix this issue and prevent any theme conflicts in the future.

Thanks.

– C.


Tony

  • Support Staff

May 5, 2015 at 9:25 am

Hi,

Thank you for bringing this to our attention.

I have created a ticket for this to be updated.

Viewing 1 reply thread

The support post ‘Incompatability Issue: Conflicting CSS Styles’ 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