Remove ‘add to calendar’ from Events Task
Hide completely
To hide the “Add to calendar” feature completely, add the following CSS code to the Custom CSS area in Options:
.new-cal { display: none; }
Hide individual options
To hide individual options, add the following CSS code as necessary:
.icon-outlook { display: none !important; }
.icon-google { display: none !important; }
.icon-yahoo { display: none !important; }
.icon-ical { display: none !important; }
Add extra text
If you want to add extra text as a description after an option:
a.icon-outlook::after { content: " - (Please note: this feature only works in Google chrome and will appear as a download at the bottom of the page, click this download to add the event to your calendar)"; }
Add a new comment
You must be logged in to post a comment.