Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Modify CSS to change Print Styles (http://forum.bytesforall.com/showthread.php?t=3714)

meierdecox Oct 3, 2009 01:29 PM

[SOLVED] Modify CSS to change Print Styles
 
Where do I find the style code for the Print View? I want to add the logo to the printed version of a post.
Thanks.

juggledad Oct 4, 2009 10:12 AM

check in CSS.php (version 3.4 and up)

meierdecox Oct 27, 2009 10:14 AM

Thanks! I was able to modify the style to show the logo section in the print view (still needs a little work tho).

One issue: It displays in Firefox, Opera, Chrome, etc. but not IE8. Is there an IE hack I can't find that is preventing this?

http://alabamaadr.org/blog/

Thanks again!

meierdecox Oct 27, 2009 10:16 AM

This is the area I changed.


#header #menu1,
#header .feed-icons,
#header .search-box,
#header #imagecontainer {
display: none;
}

#header #logoarea,
#header td.logoarea-logo {
background-color: #ebe6d0;
background-image: none;
}

#footer {
}

.colone,
.colthree,
.navigation,
#middle.navigation-top,
.navigation-middle,
.navigation-bottom,
.wp-pagenavi-navigation,
#comment,
#respond,
.remove-for-print {
display: none;
}


All times are GMT -6. The time now is 03:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.