Hi,
I would like to decrease title name of the pages (such as ‘journal name’ in the home page or ‘Archive’ in archive page). any idea about how can I do it ?
Thanks
Hi,
I would like to decrease title name of the pages (such as ‘journal name’ in the home page or ‘Archive’ in archive page). any idea about how can I do it ?
Thanks
Hi @zaratushtra,
that would be ojs/lib/pkp/styles/common.css
#main h2 { margin-top: 0em; margin-right: 1em; margin-bottom: 0.5em; margin-left: 0em; padding-top: 0.5em; font-family: Georgia,"Times New Roman",Times,serif; font-weight: normal; }
Hope this helps
Claudia Jürgen
Worked Perfectly ! Thank you
let me ask also, how can I find the issue titles in the archive section in the .css file ?
Hi @zaratushtra,
this would be here:
You can use web developer tools or similar to inspect the css for an element.
Hope this helps
Claudia Jürgen