Hi there
I’ve been trying to hide the category on the blog page only with
.page-id-84 .blog-categories.minor-meta {
display: none!important;
}
But it doesn’t seem to work.
It’s probably a quick fix but can;t seem to find it on any other post.
Thanks
Richard
Sorted with”
.blog .blog-categories.minor-meta {
display: none!important;
}
Thanks
Richard
Hi raslade!
I have loaded the web site and I can see them hidden
Have you managed to fix it?
Regards,
Basilis
Hi Basilis
Thanks for looking, yes just fixed it by changing the id to .blog.
Richard