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] Need static header image to display on the front page but no image on any o (http://forum.bytesforall.com/showthread.php?t=2873)

joaodagraca Aug 8, 2009 04:13 AM

[SOLVED] Need static header image to display on the front page but no image on any o
 
Hi,

I urgently need to sort this out. I need to be able to display a static header image on the frontpage, but no headerimage on any other page.
I have tried various things on this forum but nothing seems to work. I am using atahualpa 3.4.1.
Any help is appreciated:confused:

Thanks

Flynn Aug 9, 2009 02:04 PM

Use a CSS Insert:


div.header-image-container {
display:none;
}

body.home div.header-image-container {
display:block;
}

joaodagraca Aug 10, 2009 01:45 AM

Hi,

Thanks, that worked perfectly!

I also tried the follwowing for specific pages (14 in this case) and it also worked:

body.page-id-14 div.header-image-container {
display :none !important;
}


All times are GMT -6. The time now is 08:41 AM.

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