How do I remove the "iCalendar" from my Calendar Event View Pages?
Site Design
To remove the the "iCalendar" link from Calendar Event View Pages then simply add the following CSS code to your Theme's CSS file.
.software_icalendar_link { display: none; }
Please note that if you are using a Theme that came with liveSite then the Theme will more than likely already have some CSS for the iCalendar link. In that case you will need to replace the styling that is already in the Theme with the CSS above.
Also, the "iCalendar" link only appears on Public Pages. Therefore, if you are using a Calendar Event View Page internally only, then you can put it in any Folder that is not Public and the iCalendar link will not appear.


