Tagged: print.css
Hello everyone,
i am trying to create a print layout for an enfold website, unfortunately my previous attempts failed…
I have added the following line to the header.php and copied header.php to the child-theme folder:
<link rel=”stylesheet” type=”text/css” media=”print” href=”<?php bloginfo(‘stylesheet_directory’); ?>/print.css” />
Then I added a print.css to the child-theme folder. For example, if I want to hide the layer slider, I specify @media print{.ls-fullscreen-wrapper{display:none;}} in the print.css Unfortunately this has no effect on the printout of the page.
Can you give me a hint what I am doing wrong?
Thanks for your effort and best regards