Own print styles do not work
-
Plugin print styles cannot be overridden. I want the header and some extra information in the printout. For this I use the style sheet of my theme and write:
@media print { #eckb-article-page-container-v2 header, #eckb-article-page-container-v2 .post-title.entry-title { display:block!important; } .post-title.entry-title:before { content: "\ Thank you for printing our article. We hope that some of our other articles can catch your eye as well."; } #eckb-article-page-container-v2 footer:after { content: "\ All Rights Reserved. (c) 2014 - 2022 "; color: #999 !important; } }
Unfortunately, these styles do not work. Question: How do I have to create print styles so that they work?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Own print styles do not work’ is closed to new replies.