Disable Click on Full Month View

Home Forums Calendar Products Events Calendar PRO Disable Click on Full Month View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1606966
    zericoni
    Participant

    I would like to disable Event clicks on the month view, since the calendar is being used to view schedules only. Can you assist?

    #1608705
    Jeremy
    Keymaster

    Hi,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    In order to disable the Event clicks on the month view, you may add the following css snippet in Appearance > Customize > Additional CSS:

    .tribe-events-month a {
      pointer-events: none;
    }

    I hope this helps.

    Cheers,
    Jeremy

    #1608823
    zericoni
    Participant

    Thanks! Perfect.

    #1609444
    Jeremy
    Keymaster

    Hi,

    I’m glad this snippet solved your problem 🙂

    I’m going to close this thread then, but feel free to start a new one if you have further questions.

    Cheers,
    Jeremy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable Click on Full Month View’ is closed to new replies.