[Resolved] How to remove date from posts in specific category

Home Forums Support [Resolved] How to remove date from posts in specific category

Home Forums Support How to remove date from posts in specific category

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #452873
    Guido

    How can I remove the date from a post within a specific category? I would like to remove the date from all posts placed in ‘category X’. I know there is a possibility to remove the date from all posts in the customizer, but that’s not what I’m looking for.

    #452970
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .category-categoryx .posted-on {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #452979
    Guido

    Thanks Leo, works like a charm!

    #453288
    Leo
    Staff
    Customer Support

    No problem!

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