Hello all,
I am using thematic for the last 6 months. I want to to add both text and image to the header. Right now I just have image enabled.
SO please anybody tell me how to do this?
Thanks
Hello all,
I am using thematic for the last 6 months. I want to to add both text and image to the header. Right now I just have image enabled.
SO please anybody tell me how to do this?
Thanks
#blog-title a {
background: url(img/header.png) no-repeat top center;
display:block;
width: 960px;
height:192px;
z-index: 150;
}
This works for me, just add styling.
Is it possible to do it with hooks?
I presume you have a child-theme and have something like text-indent:-9999px or something similar under the blog-title division in your css? If so the easiest way is simply to do as optriro has suggested. This will bring your site title back in to the header, with the header image as a background. You can then position the text with css.
If there is something else you are trying to do that requires something extra, either give a link or give some more detail.
Thanks it worked.
This topic has been closed to new replies.