Change PDF heading styles
- Applies to:
- All versions
- Role required:
- Admin
Add custom CSS code to override PDF heading styles to give your PDFs a branded look and feel.
Heading style changes are made under Site tools > Control panel > Branding > Custom PDF CSS.
For example, to change the heading styles of your PDF H2 headings, add the following CSS code:
h2 {
font-size: 24px;
display: block;
margin: 20px 0 10px 0;
color: #FF0000;
font-weight: bold;
}
NiCE KM pages headings begin at H2 because the title is H1.
As you customize your PDF, periodically create a PDF from an article to check the output and ensure it is formatted the way you want.
