Disable links in calendar
-
Hello!
I want to disable pages-posts with events description and location. I want only to have list of few coming up events on the main page.I managed this by adding custom css code:
.wpc-event-item a { pointer-events : none ; }
and for the events calendar I added:table.em-calendar td.eventful a, table.em-calendar td.eventful-today a { pointer-events : none ; }
and it’s working!However, when I switch to next month in events calendar, links are active for future events. Perhaps you can help me to disable them too?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disable links in calendar’ is closed to new replies.