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)
-   -   Header Image to show only on WordPress home page (http://forum.bytesforall.com/showthread.php?t=20050)

CaseyC Apr 2, 2013 07:05 AM

Header Image to show only on WordPress home page
 
This is my first venture into WordPress, so please treat with kid gloves. My site configuration:

Running WordPress 3.5.1 and the Atahualpa 3.7.11 theme. My wordpress has 1 page configured titled FAMILYDATA. A plugin interfaces wordpress with my Genealogy site which runs TNG (The Next Generation of Site Building). My URL is www.cookgarza.com .

When I specify to show the header image, this image shows on the home page and all of the genealogy pages. These pages already have their own header and I want to suppress the Atahualpa header on these.

Through searches I have found a possible solution.

1.
#imagecontainer {display:none;}
body.home #imagecontainer {display:block;}

I added this code to the CSS inserts box and saved, but that suppressed the image on all pages.

How can I affect the change?

Thank you,
Klaus Cook
Houston, TX

juggledad Apr 2, 2013 07:17 AM

take a look in the FAQ - Atahualpa header section

CaseyC Apr 2, 2013 07:17 AM

Additional searching found the following code snippet:

/* ================================================ */
/* 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;
}

This did not work either.

Klaus Cook
Houston, TX

juggledad Apr 2, 2013 07:29 AM

see my last reply


All times are GMT -6. The time now is 11:38 AM.

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