Archived topic
CSS to hide post meta for one category
3 replies · Started by danhotchkiss on July 20, 2021
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
Hi there,
Any chance you can link us to the specific page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Here you go.
Hi Daniel.
Try this -
.category-contact-form .entry-meta {
display: none;
}