How to remove date and time from posts

  • How to remove date and time from posts

  • Trish McGuire

    Member
    June 4, 2020 at 4:09 am
    155

    I’ve tried a variety of different ways to remove dates and times and I’m having no luck, has anyone had success with this recently?

    Thanks,

    Trish

  • Callan Mielnik

    Moderator
    June 5, 2020 at 1:06 am
    1650

    Hi Trish,

    What theme are you using? I have a solution for Twenty Seventeen Theme.

    Go to your admin bar

    Appearance >> Customize >> Additional CSS

    Copy & Paste this CSS code from below:

    .entry-meta .entry-date.published {
    display: none;
    }

    This should remove the date and time for your post.

    Let me know how this goes

    ~Callan

Log in to reply.

Original Post
0 of 0 posts June 2018
Now