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!