Hello,
Today, there's no such option (i will add more options when i will create the new theme packs manager, but only planned for 2016, and no date of delivery possible yet).
So there's 2 way to do it :
- Advanced : create a custom theme pack, and in it, remove the lines used in php fil to display the title and image (needs to know html/php a minimum, and to keep this theme pack updated to be able to used the future new features of iCagenda, when added to theme packs).
- Easy : use the custom CSS option of iCagenda Global options (Options > General Settings > Custom CSS option) and add the following css declaration :
.ic-title-header,
.ic-image img { display: none; }
This will hide the title (but not the header, where features icons, and category title could be displayed) and the image.
If you want to hide all the header (title + caegory) you can replace
ic-title-header by
ic-event-header.
Hope this helps ?
Best Regards,
Cyril