Delete link to blog homepage from Twenty Ten header

  • Unknown's avatar

    Hello.

    I’m new to CSS, although I know basic HTML. I made a customer header that includes the name of my blog. Because of this, I want to remove the link to my blog’s homepage from the upper left-hand corner of the theme. It looks redundant as-is, and I’d like to keep the name in the header. Even though it’s not a link ot the homepage, the theme has another link to the home page along the “pages” section.

    I’m not familiar with the code used to put the link there in the first place, otherwise I’d just delete it.

    Is anyone familiar with this, and if so, is this possible, and if so, can you tell me what word or code to look for so that I may delete it?

    Any help is greatly appreciated.

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Yes, enter this into the custom CSS window and make sure that “add to existing…” is selected before saving.

    #site-title {display:none; }

    And by the way, we cannot “edit” the existing CSS here. What we do, is to create an auxiliary CSS file, which loads after the original CSS and overrides the selectors and declarations in the original CSS, so deleting it would not do any good.

  • The topic ‘Delete link to blog homepage from Twenty Ten header’ is closed to new replies.