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] Remove header image from home page - using static page (http://forum.bytesforall.com/showthread.php?t=21438)

authenticcom Jan 26, 2014 04:18 PM

[SOLVED] Remove header image from home page - using static page
 
Hi!

I am using a static page for my home page. I want my header image to be removed (not hidden, but the container actually removed) from just my home page. I want it to show up on as usual on all other pages and posts.

I have read every thread I can find about this. I have found three different answers...

body.home #imagecontainer {display:none;}
.page-id-644 #imagecontainer {
display: none;
}

body.home td#header {display: None;}

body.home div.post-headline {
display: none;
}

I have tried each of these (individually) on style.css and none of them work. Should they work? Or am I doing something wrong?

Page where we want to remove header image and container: http://international-travel-for-free...m/quid-pro-go/

Any and all help would be appreciated!

lmilesw Jan 26, 2014 06:27 PM

HTML Code:

body.home #imagecontainer {display:none;}
will work but you add it to the CSS Inserts box in the theme options not to style.css. Any code you add to style.css would get overwritten in a theme upgrade. Code added to CSS Inserts would remain in a theme upgrade.

authenticcom Jan 27, 2014 02:06 PM

Larry - THANK YOU!

I knew it was going to be something really *duh* that I had done.

For others reading this thread, I put... body.home #imagecontainer {display:none;}

into...

ATO > CSS & Javascript > Confiure CSS & JS

And into the last box on that page... CSS Inserts

Worked like a charm! Hallelujah!


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

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