• Hi I can see many posts that provide tips for removing posted on and posted in but it didn’t work.

    I am starting a site with Twenty ten and went to style.css and added

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

    ans also added display:none; to entry-meta and entry-utility.

    What would I need to change?
    Thank you in advance for your reply.

Viewing 1 replies (of 1 total)
  • Twenty Ten?

    Try this code instead, put it into your child-theme CSS or custom CSS; or if you have Jetpack installed, go to Appearance –> Edit CSS:

    .entry-meta { display:none; }

    I don’t recommend edit the parent theme directly (edit Twenty Ten’s style.css, in this case) because when it updates, you will lose all of your changes. But if you have no choice, then put the code at the end of the style sheet.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove posted on / in – latest updates’ is closed to new replies.