Hi,
I tried using this to remove blog categories, but it also removed the author. I’d like to keep the data and author for blog posts. How do I do that??
.p-meta span,
.p-meta>span:after {
display: none;
}
.p-meta span:nth-child(2) {
display: block;
}
