Too many article versions

Hi,
By mistake, one of our journal editors has created a large number of new versions of one and the same article. Is it possible to delete some of the versions so that it does not appear on the journal’s website?
We use OJS 3.2.1.4

Best
Niels Erik

Hi @nef

We did this by uploading a custom css file with this code:

.sub_item.versions {
display: none;
}

You can upload it from Setting > Website > Advanced through the Journal style sheet field

This doesn’t delete the previous versions. It just hides the versions list from the article’s display page.

Best regards