ThemeShaper Forums » Thematic

Adding both Text and Image to header

(5 posts)
  • Started 6 months ago by abhi
  • Latest reply from abhi
  • This topic is resolved

Tags:

  1. abhi
    Member

    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

    Posted 6 months ago #
  2. optriro
    Member


    #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.

    Posted 6 months ago #
  3. abhi
    Member

    Is it possible to do it with hooks?

    Posted 6 months ago #
  4. sowingseeds
    Member

    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.

    Posted 6 months ago #
  5. abhi
    Member

    Thanks it worked.

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.