Hide "Archive" menu in OJS

Hello everybody.
I would like to display only a current issue, not back issues.
When I change my policy to “Open access policy” (in Journal setup step 4), “Current” and “Archives” menus are appeared on the main menu. In this situation, where and how can I hide “Archives” menu?
Thank you for your help.
Kwansuk Oh

Hi @oh880421,

It’s easier to hide that link using css. You can upload a custom css file into step 5 of your journal setup, with the following style:

li#archives { display:none; }

Cheers,
Bruno

1 Like

same problem i am facing plz help me.

Hi @JyotiKant

Could you explain what is (not) working for you, what solution you tried, etc… ?

Best,
Bozana

i again changed the journal policy setting. problem solved.