Hi! How can I change the font size of the “pdf” word as attached
Thank you!
Hi @ihegedus
Such layout styling you can do using the CSS. You would need to create a CSS file where you will overwrite the OJS default styles, then upload that CSS file as journal manager in Setup 5.6 Journal Layout.
I do not have the version 2.4.5, but that PDF link in the TOC is defined in 2.4.8 with this CSS code in common.css:
a.action, a.file {
font-size: 0.85em;
text-transform: uppercase;
}
You can use browser developer tools or something like Firebug to figure out the style names (as well as their nesting) that you would like to overwrite.
Best,
Bozana