• Hello. I just installed WordPress and now try to adjust the theme. I created a new header and uploaded it. The problem now is that I want my blog to have a title but don’t want it to be seen over the picture as the title is already included there. If I just delete my blog’s title it isn’t in the internet browsers titlebar anymore and also there’s no link of course to click on and get to the front page. here are my questions:

    1. how can I leave the title without showing it in the header?
    2. how can I create a link, e.g. the whole header image, to link to the homepage?

    Nice Regards, Johannes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. In your stylesheet add to the title (probably h1) this:
    display: none;
    2. Search for clickable header

    Thread Starter johanneshahn

    (@johanneshahn)

    Thanks a lot man! Both worked fine for me. For 2. I chose “the method offered by the Theme’s author to make the entire WordPress Default/Kubrick Theme header clickable”, are there any differences between the methods shown here http://codex.wordpress.org/Designing_Headers ? Are some better than the others?

    Hearty regards,
    Johannes.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘n00b question – Title/Link’ is closed to new replies.