• Hi,
    I’ve altered the css so that Posted on September 14, 2011 by admin are removed. However when I cick on Home, not in the navigation bar, the one on the page they come back? Can I stop this being a hyperlink?

    Thanks
    Louis

Viewing 2 replies - 1 through 2 (of 2 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    WordPress uses many different template files for different pages. This often means that one CSS rule isn’t going to work the same way in all areas of your site. Chances are, you need to create some new rules to cover the unaffected areas.

    Also, since CSS can’t actually “remove” anything, I am also assuming that you are doing something like:

    .meta { display:none; }

    When what you need is probably something like:

    .entry-meta, .meta { display:none; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove "Permalink to Home" link?’ is closed to new replies.