How do I hide post date in upfront?

Hello,

How do I hide the post date on an individual post in upfront?

Thanks.

[attachments are only viewable by logged-in members]

  • Milan
    • WordPress Wizard

    Hello @ScoutSavvy,

    I hope you are having a good day and thanks for the asking. :slight_smile:

    Unfortunately there isn’t any option provided by default to hide post dates but you can go with custom css rules to make it happen on your site. :slight_smile:

    Here is css snippet you can use to hide date from post listing.

    article > div.uposts-part.date_posted{
    display: none;
    }

    You can use this nice plugin to mange css snippets like above one,

    Simple Custom Css

    Thanks!

    Milan Savaliya.