remove venue link from week view

Home Forums Calendar Products Events Calendar PRO remove venue link from week view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1634687
    sherri
    Participant

    How do I remove the venue link from Week View — see this page,

    Home


    scroll down and you will see the venue listed as orange links, I want to remove the venue links, how can I remove the venue links?

    thx

    #1636544
    Sky
    Keymaster

    Hi there,

    Thanks for reaching out. I will try to help with your question.

    The easiest way to achieve this would be with some CSS. Paste this in your child theme CSS, or in the Customizer CSS panel.


    .page-id-2 .tribe-venue {
    display: none!important;
    }

    This will only affect that particular page.

    Let me know if that works for you.

    Thanks,
    Sky

    #1638460
    sherri
    Participant

    Great, that worked! Thank you!

    #1639507
    Sky
    Keymaster

    Hi again,

    Awesome! Glad I was able to help.

    Please let us know if you have any questions or issues in the future.

    Thanks,
    Sky

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove venue link from week view’ is closed to new replies.