Tagged: blog post grid, categories
I’m sure it’s a quick snippet, but I haven’t been able to find it. I’ve been able to remove date, author, etc., but I can’t seem to get rid of those darn categories above the post titles.
I just want the blog posts to be:
Post Name
Excerpt
Read More link
Thanks for your help!
Hey lucky19,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi
The same thing than Lucky19. I want to remove these category blog minor meta, I have unchecked in parameters’ post setting but it didn’t work. I also try to write this in my child theme ” }echo “<span class=’comment-container minor-meta’>”;
display: none; ” no result. Then I also try to delete some lines in loops index page. Don’t work
More other is it possible to remove image in a blog post?
Sorry, can’t be able to give you a link bescause I work for the moment in local
Thanks
Sorry for my english !
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
span.blog-categories.minor-meta {
display: none!important;
}
Best regards,
Yigit
Thanks Yigit !
And in oder to remove “date” I add in CSS section :
}
div.slide-meta {
display: none;
}
Hey!
Great! Glad you figured it out!
We will keep the thread open for the OP. If you have any other questions or issues, please feel free to start a thread :)
Cheers!
Yigit
Thank you so much for your help!