• Resolved crowesnest

    (@crowesnest)


    I am trying to print a Contact form 7 form but would like to change the font size on the actual printed page. I’ve tried adding code to the Custom Print Page Style but I can’t seem to get it to work. I suspect that I am not adding the proper code. I’ve tried the following…

    .page-id-991 form.wpcf7-form.wpcf7 p {
    font-size: 24px;
    }

    and

    .wpcf7-f1106-p991-o1 {
    font-size: 24px;
    }

    Neither of these work.

    • This topic was modified 7 years, 10 months ago by crowesnest.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    share a link to your page, please.

    Thread Starter crowesnest

    (@crowesnest)

    I got it working. I was using the wrong code. However, I do have a couple of different questions. How do I not print a header on the page (the date and page etc that is being printed)? Is there a way to force a form-feed on the printer?

    Plugin Contributor twinpictures

    (@twinpictures)

    the date and url (header) is an option of the browser’s print dialogue box. This is controlled via the user and is browser specific. It can not be set globally for each user.

    Thread Starter crowesnest

    (@crowesnest)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Contact Form 7 and Print Page’ is closed to new replies.