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

Like this

ojs

Hi @gett,
One of the most easiest way to do so is hide by css code. If you post me your web address, I will try to do so.

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

Thank you @anupent
It’s working great! :smiley:

1 Like