Tagged: category, Hide, post meta, single post
Hi there,
I can easily hide this info from an archive page;
.category-31 .slide-meta {
display: none !important;
}
But this doesn’t work for a single post from that category, as there seems to be no mention of the category ID in the body class(?)
Any ideas how I work around this please?
Thanks,
Jason
Hey Jason!
For the single post view you can do this.
.category-news .blog-categories { display: none !important; }
Regards,
Elliott