Removing the organizer link on the event detail page.

Home Forums Calendar Products Events Calendar PRO Removing the organizer link on the event detail page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1580042
    famsupply1
    Participant

    Hello,

    I was hoping there was a code or an option that I may have overlooked to find a way to remove the automatic link that’s put on the organizers name for there additional events.

    #1581245
    Jeremy
    Keymaster

    Hi,

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

    Indeed, there’s no option to remove the link on the organizer’s name. However, that could be done with some css. You should try to add the following css snippet in Appearance > Customize > Additional CSS:

    .tribe-organizer a {
      pointer-events: none;
      color: inherit;
    }

    I hope this helps.

    Cheers,
    Jeremy

    #1583144
    famsupply1
    Participant

    Thank You this was very helpful.

    #1583823
    Jeremy
    Keymaster

    Hi,

    I’m glad that solved your issue!

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

    Cheers,
    Jeremy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing the organizer link on the event detail page.’ is closed to new replies.