Removing Dates from Posts

Home Forums WordPress Themes – Premium Pure & Simple Removing Dates from Posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17279
    Flavia
    Member

    Hello, I was wondering if it’s possible (without using code) to remove the dates on the blog posts. I have searched in the dashboard, but I might be missing it or it might just not be possible?

    Thanks for your help!
    Flavia

    #17280
    Binaya D
    Participant

    Hi Flavia,

    We are really sorry to inform you that it is not available to remove date of the blog post without using css, so if you want to remove the then please use the following css. We hope you understand.

    span.posted-on {
        display: none;
    }

    NOTE: Please use the custom css plugin or child theme style.css to write the css.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.