• Ok I am not too sure what to do here, but I will describe:

    First I went to the header and got rid of all this jazz that made the title = the blog link .. I made the image the blog link .. however that made the image not go in the header spot, but way out of line.

    So I did this:

    I have an image that I want to use as a title. What I did was edit the Style Sheet here:

    background: url(“https://www.blogsfornatalee.com/images/banner.jpg”) repeat-x;
    }

    So what I did was make the image a background. However that doesn’t create a link. I also had to edit the style sheet ot make the header font 200px , to have the image there. There is an image there, however unclickable. Also If I try to make the blog title in the WP Options menu it makes it in huge font. First of I all I don’t even want it there (covers the image), and again it’s large. But when I make the font size 0px it makes the image very small … But I need a title so when I trackback people it doesn’t say “Anonymous”.

    Here is my blog

    https://blogsfornatalee.com

    Does anyone have any suggestions?

    Thanks,
    Ian

Viewing 4 replies - 1 through 4 (of 4 total)
  • The easiest way to search here for “clickable header”

    Thread Starter ian2

    (@ian2)

    Alright thanks, now I have it up and clickable

    HOWEVER

    it is a bit off from the sides, what should I do now?

    Thanks for your help it is much appreciated.

    Change your background-image to..
    background: transparent url(https://blogsfornatalee.com/images/banner2.jpg) no-repeat 4px 0px;

    The 4px value is the offset from the left; 0px is the offset from the top. Adjust those values as necessary.

    Thread Starter ian2

    (@ian2)

    Awsome thanks, it worked .. I appreciate it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Using Image As Title’ is closed to new replies.