Support

Home Forums Events Calendar Add-on EE4 Calendar: Can show full event titles instead of dots?

EE4 Calendar: Can show full event titles instead of dots?

Posted: June 21, 2016 at 9:57 am


Brandon Gannon

June 21, 2016 at 9:57 am

Our calendar is showing the events as just black dots. When you roll over, you see full info. Are we doing something wrong? What we’d like is full event titles to show.
https://lacphoto.org/lacp-calendar/


Tony

  • Support Staff

June 21, 2016 at 10:30 am

Hi Brandon,

There appears to be some custom styling being applied by your sites theme.

Within /wp-content/themes/university/styles.custom.css is this code:

a.fc-event, .fc-event-time, .fc-event-inner, .fc-event-title {
  background-color: #000 !important;
  border-radius: 5px;
  display: inline-block;
  width: 10px !important;
  height: 10px;
  margin: 0;
  padding: 0;
}

That’s setting all elements within the Calendar to 10px x 10px and setting the background black.

Do you know why those styles have been added to the site? The use of !important means we can’t simply override those styles so if the need to be applied within the site somewhere currently the styles above need to be made more specific for the area needed.

Try commenting out the block of CSS above and see if you notice any issues elsewhere on the site.

The support post ‘EE4 Calendar: Can show full event titles instead of dots?’ 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