Unlink Venue in List View

Home Forums Calendar Products Events Calendar PRO Unlink Venue in List View

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1520621
    dpipitone
    Participant

    Hi–
    I am trying to UNlink all of the Venue names in the List view. I have successfully removed the link on the single event details page, but I am unable to find a way to change it on the list display, located here.

    I have tried unlinking the Venue title using this thread, but adding that function to my child theme’s functions.php file has no effect.

    #1521089
    Jeremy
    Keymaster

    Hi,

    Thank you for reaching out to us! I would be happy to help you 🙂

    You can disable the click function with some css. You can try to paste the following snippet in your child theme’s style.css file or in your customizer (via “additional css”):

    .tribe-events-list .tribe-events-venue-details a {
      pointer-events: none;
      color: inherit;
    }
    

    Please do let me know if that workaround suits you.

    Cheers,
    Jeremy

    #1538085
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Unlink Venue in List View’ is closed to new replies.