Next Plus comes with fixed-size fonts. We recognize that editors are often short on time, so with fixed-size fonts, editors can quickly start editing without worrying about font size. We believe this feature makes our software more efficient and easier to use for our customers.
However, if necessary, it is possible to change the font size.
To change the font size, do as follows:
Open System → General Setting window.
Scroll down to CSS settings area:
Copy and Paste one (or more) of the attached codes to the CSS stylesheet: (Just do not forget to adjust the number (in bold) accordingly to the wanted font size).
Step Name in Route Card
p.node-title { font-size: 30px !important; }
Chapter Name
md-card.step-name > md-card-title { font-size: 30px !important; }
Step Name in Step Header
md-card.step-name > md-card-title .md-headline { font-size: 30px !important; }
Step Description
md-card.step-name > md-card-content { font-size: 30px !important; }
Click Save,
Refresh the page, and see the changes in real time.
Voila!