go to wp-admin->appeareance->header
there should be an option to header ovelay.
Thanks! That worked. Now the image is above the primary menu. However, there is still one more problem. Instead of being on the left of the screen, the image has now moved into the center. How can I move it to the left side of the screen but still keep the image between the main and primary menus?
Here is the site to see what I mean: http://thesecondchance.org/wordpress/
i think you should use wp-admin->appereace->theme option->logo setting instead. just copy paste the header img url into the logo url field.
Hi, Richie KS.
I am using your theme too and want my “header” image to act as a logo above the menus and without the title and tagline. Right now, my header img appears with the header text in black font even if “show header text with your image” is unchecked in the custom header “appearance” page. The header overlay only moves the header image up and down. The display header text in the site title & tagline “customization” selection only changes whether the title and tagline are in black or white.
Perhaps moving the header img into the logo url field is the answer, but I can’t figure out how to “use wp-admin->appereace->theme option->logo setting instead. just copy paste the header img url into the logo url field,” however.
Can you give more specific step-by-step instructions on how to do what you advise?
go to wp-admin->appeareance->header and enable the logo overlay
and upload your header/logo as custom header image
and add this to theme option->custom css to hide the text logo
#custom #siteinfo { display:none; }