Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #716519

    Hello, how can I influence the font or formatting when the page is prepared for printing via a plugin in an external window? The title and the font in normal text is too large like the example. Click on the pdf button to print the page

    #716523

    Hi Holger!

    You can go to enfold/css/print.css file and edit it as needed or you can add custom CSS code into Quick CSS field as following

    @media print {
       h2 { 
             font-size: 14px !important; 
        }
    }
    

    Cheers!
    Yigit

    #716782

    Hello Yigit,
    it doesn´t work…

    this is my css coding:
    /*CSS für Print*/
    @media print {
    h1 {
    font-size: 2.5em !important;
    text-transform: none !important;
    font-family:Arial, Helvetica, sans-serif !important;
    font-weight: 300 !important;
    }
    h2 {
    font-size: 1.7em !important;
    text-transform: none !important;
    font-weight: 300 !important;
    font-family:Arial, Helvetica, sans-serif !important;
    }
    h3 {
    font-size: 1.7em !important;
    text-transform: none !important;
    font-weight: 300 !important;
    font-family:Arial, Helvetica, sans-serif !important;
    }
    h1.av-special-heading-tag {
    font-size: 2.5em !important;
    text-transform: none !important;
    color: #4d83b8 !important;
    font-family:Arial, Helvetica, sans-serif !important;
    letter-spacing: 0px !important;
    }

    h2.av-special-heading-tag {
    font-size: 1.7em !important;
    text-transform: none !important;
    font-family:Arial, Helvetica, sans-serif !important;
    letter-spacing: 0px !important;
    }

    h3.av-special-heading-tag {
    font-size: 1.7em !important;
    text-transform: none !important;
    font-family:Arial, Helvetica, sans-serif !important;
    letter-spacing: 0px !important;
    color: #df6e1f !important;
    }
    }

    #716866

    Hey!

    Have you tried adding your code inside print.css file and check if that works?

    Regards,
    Yigit

    #716889

    Hello, yes i added the code with the enfold editor in the style.css.

    regards, holger

    #716898

    Hey!

    Can you please try adding your code into enfold/css/print.css via FTP and check if it works?

    Cheers!
    Yigit

    #717714

    hey, i added the code directly in the print.css but it doesn´t work.

    greets, holger

    #718684

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Also please post your ftp details here as private reply.

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.