Starting in December 2024, additional classes were added to the PDF Generate Page header. You can now hide or emphasize the name left name field or right pagination.
Here are the two classes:
#pdf-page-header-name
#pdf-page-headder-pageno
Here is an example to hide the name:
#pdf-page-header-name {
display: none;
}
This is for the PAGE HEADER. For the Form Header, go here -> Modifying Generated PDF Heading with Custom CSS