• hi.

    i’ve tried a few of the suggestions on this site for adding the title to your page but then commenting it out in the style.css, but that did not work..
    any other suggestions? if i add the title on the general options/weblog title, it throws that right over my picture….any help would be great, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Go to admin panel, Presentation, Current Theme Options (or in my case Header Image and Color), Advanced, Toggle Text. The title will not be shown on your site anymore.

    Iwan

    Thread Starter spiderweed

    (@spiderweed)

    I do not seem to have those options under my Theme Options.

    Thread Starter spiderweed

    (@spiderweed)

    found a fix for this…

    Find where ‘#header a’ is defined. In a default CSS, it looks like this:

    #header a {
    color: #fff;
    text-decoration: none;
    }

    Delete that. In it’s place, put this code:

    #header a {
    display:block;
    height:100%;
    text-indent:-500em;
    text-decoration:none;
    }

    Your text is actually still being displayed, but as it’s a couple of feet to the left of your monitor, you can’t see it. But, even though it is there, the code above causes the whole area to act as a hyperlink.
    So you now have an image that is a link, but without any writing on it, and without having to edit the index file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add a title to your RSS feed but not to your main page…’ is closed to new replies.