• I have installed Event Calendar 3 plugin, and it was working fine, but since disabling the event calendar css (as described on their homepage) the little square isn’t showing around date on calendar on which there is an event.
    Pretty sure I put the code to disable css in the right place
    Any ideas how I can get square round date of event in calendar (and hover describing event) back working
    thanks in advance

Viewing 1 replies (of 1 total)
  • Hello,
    I’m not an expert but if you disable the css, you willl have no classes defined so nothing fancy and special will show.

    Try to add this to the css of your theme.
    .ec3_eventday a {border-width: 1px; border-style: solid; border-color: #33dd44; padding:4px;}

    hope it will help.

Viewing 1 replies (of 1 total)
  • The topic ‘Event Calendar 3 – square on calendar not showing’ is closed to new replies.