I can't seem to find the place to change the header image. I followed all the setup to get started (before I start making changes) but I get nothing in that spot. http://menu-muse.com/. Help!
Thanks!
Katrina
.frontpage #gkHeader {
background: url('../images/header_bg.jpg') no-repeat center top;
background-attachment: fixed;
}
.my-frontpage #gkHeader {
background: url('YOUR_HEADER_IMAGE_PATH') no-repeat center top;
background-attachment: fixed;
}