CSS date & time removal code

  • I’d like to take out the date and time stamp found above the comments in my blog posts. I’ll be using the Jetpack Custom CSS to do so. Can someone please help me with the code?

    Speakjanespeak.com

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

  • Hi there, the site you reference is a self-hosted WordPress installation using the software from WordPress.org and the support forum for self-hosted WordPress is at http://wordpress.org/support.

    I took a quick look at your site though, and If you are talking about the date in the comments themselves, the following will remove the date and time.

    .comment-time {
        display: none;
    }
  • The topic ‘CSS date & time removal code’ is closed to new replies.