-
AuthorPosts
-
November 24, 2016 at 5:28 pm #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
November 24, 2016 at 5:35 pm #716523Hi 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!
YigitNovember 25, 2016 at 12:10 pm #716782Hello 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;
}
}November 25, 2016 at 3:06 pm #716866Hey!
Have you tried adding your code inside print.css file and check if that works?
Regards,
YigitNovember 25, 2016 at 3:37 pm #716889Hello, yes i added the code with the enfold editor in the style.css.
regards, holger
November 25, 2016 at 3:43 pm #716898Hey!
Can you please try adding your code into enfold/css/print.css via FTP and check if it works?
Cheers!
YigitNovember 28, 2016 at 1:01 pm #717714hey, i added the code directly in the print.css but it doesn´t work.
greets, holger
November 30, 2016 at 11:19 am #718684Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.