Support

Home Forums Event Espresso Premium Calendar Displaying in Bold

Calendar Displaying in Bold

Posted: December 31, 2013 at 10:22 am


Anna Gordon

December 31, 2013 at 10:22 am

Our event calendar is almost looking correct again, we don’t know why all the settings changed in the first place… But now on the Calendar itself the events are showing up in a rather large font and bold. Is there a way to change this?

http://moffatlibrary.org/events-calendar


Josh

  • Support Staff

December 31, 2013 at 10:33 am

Hi Anna,

It turns out that the bold text is being set by the active WordPress theme. This is the relevant bit from its CSS:

a:link, a:visited, a:active {
	color: #124D16; 
	font-weight: bold; 
	text-decoration: none; 
	}
	
a:hover {
	color: #1B3713;
	font-weight: bold; 
	text-decoration: underline;
	}

This, like any other CSS can be overridden by adding an override to your theme’s stylesheet. Something like this should work:

#espresso_calendar a{
font-weight: normal;
}


Jon Huther

January 1, 2014 at 11:05 am

Our calendar changed too with the latest update. Where did the little clock icon go that was in the info window next to the time???


Jon Huther

January 1, 2014 at 11:06 am

Our calendar header settings were lost as well in the latest update and it went back to default settings. Why would an update remove the settings we had in the plugin?


Josh

  • Support Staff

January 1, 2014 at 2:52 pm

Hi Jon,

The new calendar uses a completely new and different set of options. Your old settings are still there, but they are not being used. The clock icon was removed when the calendar went through the redesign.


Jon Huther

January 1, 2014 at 4:27 pm

That makes sense. It’s just a pain in the ass to run the auto update on a plugin then have to go back in an fix it all.


Dean

January 1, 2014 at 11:31 pm

Hi Jon,

We understand, and we do try to limit the number of changes that visually occur as much as possible to avoid situations like this, but the calendar was long overdue for a revamp both visually and performance wise.

We are extremely hopeful that the latest calendar is a vast improvement in both areas over the previous iterations.

The support post ‘Calendar Displaying in Bold’ 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