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] Changed header to display on front page, now want logo on all other pages? (http://forum.bytesforall.com/showthread.php?t=13682)

sanbenito4 Apr 6, 2011 06:59 PM

[SOLVED] Changed header to display on front page, now want logo on all other pages?
 
Hi all:

I was able to disable my huge header slideshow on all pages but the main home page using


/* ================================================ */
/* CSS to remove header image area from all pages */
/* ================================================ */
div.header-image-container {
display: none !important;
}
/* ================================================ */
/* CSS to display header image area on home page */
/* ================================================ */
body.home div.header-image-container {
display: block !important;
}


but now would like to add the logo area back into all pages except the home page. How can I do that?

Thanks!

juggledad Apr 7, 2011 04:52 AM

Put %logo in the 'Configure Header area' option and add this to the CSS Inserts
HTML Code:

body.home #logoarea {display:none;}

sanbenito4 Apr 7, 2011 01:14 PM

Thank you! That worked. And was easy!


All times are GMT -6. The time now is 02:13 PM.

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