Im using version 3.4 and im almost there the only thing I need is someone to explain to me in further detail this quote from flynn:
I missed another one. Since the %image is not there in the theme options, the CSS for the class "header-image-container" isn't present in the stylesheet either, and you'd have to add that manually as well
That's the only thing i think im missing from getting this to work.The rest i think i have it down thanks to that thread
This is what i have so far
In my header configure are instead of %image i have <div id="imagecontainer" class="header-image-container"></div> Is it normal for the text box to mess up after you save?
Second i have added this to my css
div#imagecontainer {
background-position: center top;
background-repeat: no-repeat;
background-image: url(MY IMAGE LINK HERE);
height:150px;
margin:0;
padding:0;
position:relative;
}
But the only thing i get is no header
Could someone tell me what im missing
Thanks
