ThemeShaper Forums » Power Blog

[closed]

Removing title and tag and link the image.

(6 posts)
  1. I'm trying to make some quick changes to the header of Power Blog. I want to remove the title and tag line. Not just visually, I want the space gone so there's equal distance between the top of the big image and the bottom.

    Take a look at http://www.niri.us

    Basically I want to use the image as my header image. There might be a quicker, easier way to do this.

    I then want to link the image to the root of the site so it becomes a big, click able image.

    How would I go about making these changes in the most logic way that's easy to carry through future updates?

    Posted 14 years ago #
  2. Hi,

    the following code in your style.css helps:

    #blog-title a {
    text-indent:-9000px;
    display: block;
    height: 0px;
    }
    #blog-description {
    position:absolute;
    left:-9000px;
    }

    Cheers,

    Chris

    Posted 14 years ago #
  3. Duuuh! That worked great! Thanks Chris!

    Now how do I link it without changing the code? :)

    Posted 14 years ago #
  4. Sorry .. this can't be done without a code change.

    Cheers,

    Chris

    Posted 14 years ago #
  5. so how do you make the image header a clickable link to drops you back to the main page?

    Posted 14 years ago #
  6. amygail
    Member


RSS feed for this topic

Topic Closed

This topic has been closed to new replies.