On one of my pages I would like to have the normal font a bit smaller, is it possible to write something in the beginning of that page to make the normal font a bit smaller?
This is the page,
Hey mikaelsv!
You could try using CSS, add this code to the Quick CSS (Enfold > Styling):
.page-id-2329 p {
font-size: 12px !important;
}
That will change the font size of all the paragraphs in the page 2329.
Cheers!
Josue