Site logo

Archived topic

CSS to hide post meta for one category

3 replies · Started by danhotchkiss on July 20, 2021

Viewing posts 1–4 of 4

Is there a way to hide the post meta for one category? I have posts that are actually Contact Form 7 forms, and I don't want to clutter them with the author and date. Tried

.post-meta .category-contact-form {
display:none;
}

but it does not seem to work

Here you go.

Hi Daniel.

Try this -

.category-contact-form .entry-meta {
    display: none;
}
This archived topic is closed to new replies.