Tagged: blog post grid, post date
Hi
I would like to hide the category and post date for my blogs I have used the following for the categories and it has not worked.
.page-id-102 .blog-categories {
display: none;
}
Thanks
Alex
sorted I added the following
span.blog-categories.minor-meta {
display: none!important;
}
.slide-meta-time, .slide-meta-del {
display: none!important;
}
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon