Date/Time Stamp

  • Unknown's avatar

    I need to make the date/time stamp not be visible on the front end of my site. I THINK this is done in the CSS, but I’m new at this and would have no idea where to start.

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

  • Unknown's avatar

    I’m seeing a static front page on your site, which doesn’t have a date. If you are talking about on the Attorneys page, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to hide the date.

    .entry-meta {
    display: none;
    }
  • The topic ‘Date/Time Stamp’ is closed to new replies.