Is it possible to remove date of publication for announcements, but keep date of publication for issues

hi @gett

Can you use the following codes in your custom CSS stylesheet (which you upload from your website setting → appearance)

div.cmp_announcements.highlight_first article.obj_announcement_summary div.date {
	display:none;
}
1 Like