These are the classes for the Generated PDF Heading fields.
.pdf-heading
- .heading-title
- .heading-name
- .heading-phone
- .heading-date
- .heading-title
- .heading-name
- .heading-phone
- .heading-date
.pdf-heading is the wrapping element around the rest of those
For example, not to display the title:
.pdf-heading .heading-title {
display: none;
}
display: none;
}