- This topic has 3 replies, 2 voices, and was last updated 14 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › preventing widget and full calendar showing days from prev / next month
Tagged: calendar
I don’t want either of the calendars to show days from the prev or next month. How can I do that? Do I need to edit the .php code?
Try changing just the CSS (create a file called “myown.css”, copy over from events_manager.css what you need changed and keep a backup of this file). In your case:
table.dbem-calendar-table td.eventless-pre, table.dbem-calendar-table td.eventless-post , table.dbem-calendar-table td.eventful-pre, table.dbem-calendar-table td.eventful-post {
display: none;
}
Btw: please post in the correct forums. This one belongs in the “How do I” section.
If anybody nows better forums … I’m thinking about switching to mlmmj and use web archives …
Yes, posting in the correct forum is a good idea. I will check next time before I post.
The display: none; doesn’t work because the boxes all rearrange – setting the color to white does the trick…