Hiding the Date when using "Recently Discussed" widget

  • Unknown's avatar

    I would like to eliminate any and all date references on my blog. I have deleted the Archive widget and now am working on the Recently Discussed elements. When people respond to a post, the date populated automatically when it’s listed under Recently Discussed. Is there a way to hide the date via a custom CSS?
    Thanks!

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

  • Unknown's avatar

    Hi there, to remove the date from the recently discussed widget entries, add the following CSS.

    .widget_watsonthemerecentlydiscussedwidget section time {
        display: none;
    }
  • The topic ‘Hiding the Date when using "Recently Discussed" widget’ is closed to new replies.