How to hide date in one category posts

Home Forums Support How to hide date in one category posts

Home Forums Support How to hide date in one category posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #172888
    Antonio

    I need to hide the date into one category posts (this page http://www.uaragniaun.com/2016/dischi/). How to?

    #172919
    Tom
    Lead Developer
    Lead Developer

    You can use this CSS:

    .category-dischi .entry-header .entry-meta {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.