Remove iCal export links from public view.

Home Forums Welcome! Pre-Sales Questions Remove iCal export links from public view.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #964415
    Tony
    Guest

    Not normal perhaps to request a feature be disabled perhaps but…
    Is it possible to “switch off” or disable the iCal export on all views?

    #964463
    SilentScream
    Guest

    I would like to disable this feature too. Any answers about that?

    #964492
    George
    Participant

    Hey folks!

    You can indeed disable the iCal link on your site – there are actually several ways to go about doing this, but the most simple way is just to add CSS like the following to the very bottom of your theme’s style.css file:

    
    a.tribe-events-ical.tribe-events-button {
        display: none !important;
    }
    

    Let us know if this helps!

    — George

    #964766
    Tony
    Guest

    Perfect, thank you George

    Tony

    #965151
    George
    Participant

    No problem! Glad to help 🙂

    Best of luck with your site,
    George

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove iCal export links from public view.’ is closed to new replies.