I used @media print{} to make a custom print style for my theme, but it doesn't work in Really print, or Print preview. Here is the blog. And Here is my default stylesheet.
In my header I found that code, and changed media="screen". Now Print style work correctly in my Home page, but it doesn't work in other. (posts, pages, etc.) I searched for another <... style-Red.css ... media="screen"/> but I couldn't find anything in my theme folder. Can it be in somewhere else?
Here is the blog.
And Here is my default stylesheet.
Remove the media="screen"
I searched for another
<... style-Red.css ... media="screen"/>but I couldn't find anything in my theme folder.Can it be in somewhere else?