[Resolved] Remove post date from posts in a specific category

Home Forums Support [Resolved] Remove post date from posts in a specific category

Home Forums Support Remove post date from posts in a specific category

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #194409
    Pavol Juhasz

    Hey Tom,

    I hope you are doing well πŸ™‚

    Just a quick question:

    I would like to Remove post date from posts in a specific category.

    I have 2 categories at the moment: ‘Blog’and ‘Reviews’. I need the date to be removed from all posts under ‘Reviews’category.

    I tried to use this css:

    .post-category .category-Reviews .postdate { display: none; }

    but I guess it’s named differently in your theme πŸ™‚

    Thank you in advance πŸ™‚

    #194426
    Tom
    Lead Developer
    Lead Developer

    It should be something like this:

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

    Let me know πŸ™‚

    #194440
    Pavol Juhasz

    Worked like a charm, thanks ^^

    #194507
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

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