The following CSS snippet works for me, so try adding it to your CSS overwrites:
.tribe-events-cal-links {
display: none;
}
.tribe-events-ical {
display: none !important;
}
For future reference, try right-clicking on your mouse and opening “Inspect”. From there you should be able to identify the CSS classes and make changes accordingly. Thanks for choosing TEC and have a good one!
Oh yeah thanks in fact I read a solution that modifies the functions.php
but your solution is not immune to upgrades, so why don´t you add an option to disable those?
Plugin Contributor
Brian
(@brianjessee)
If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
http://tribe.uservoice.com/
We also have this guide too:
https://theeventscalendar.com/knowledgebase/remove-ical-and-google-calendar-links-from-single-event-view/
Hi there, I have tried the following methods but none of them worked for my website. These are what I had tried:
Installed and activated the the “Remove Export Links” plugin,
Pasted the codes suggested by the plugin author shown in this thread,
Pasted other codes in the theme’s style.css file suggested in :https://wordpress.org/support/topic/how-to-remove-google-calendar-e-ical-export-from-page/ and
https://theeventscalendar.com/knowledgebase/remove-ical-and-google-calendar-links-from-single-event-view/
My WordPress version is the latest 4.7.2. I would certainly vote for the option to disable these 2 links.
Please advise me how to resolve this issue, thank you.