Remove .entry-meta partially

  • Unknown's avatar

    Hello!

    After a long time of searching and a lot of “try-and-error”-attempts (more error, though), I decided to ask for help. :)
    So heres my problem:

    I want to remove the “posted in: (categories)” under the articles.

    So far so good – I managed to do this by adding the following to my CSS:

    .entry-meta {
    display: none;
    }

    The problem is, that it removes the “Leave a Comment” thing too, and I’d like to keep that one…

    I hope someone here will be able to help me with that ;)

    Oh, by the way: I’m using the “Twenty-Eleven” Theme!

    Thanks,

    Chris

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

  • Unknown's avatar

    One way to do it would be this:

    .entry-meta .entry-date, .entry-meta .by-author, .entry-meta .cat-links, .entry-meta .tag-links, .entry-meta .sep {
        display: none;
    }
  • Unknown's avatar

    Worked like a charm :)

    Thank you, justpi!!

  • Unknown's avatar

    You’re welcome!

  • The topic ‘Remove .entry-meta partially’ is closed to new replies.