empty JPG on blog

Hello,

I’m having trouble with the blog section of my shapely themed website. There is an empty jpg pic with an “uncatergorized” label at the top of it and I can not figure out how to get rid of it. I have tried every customize setting I think of. here’s the page in question: Blog – japanititiative.org

Hi there

Hope you are having a good day and thank you for your question
Blank image - this is the only placeholder, you have to add featured image in the post
uncategorized - means you don’t have post categories and you have to create them

Thanks!
Colorlib Support Team

Update: I found another post on the forum that suggested this CSS code to hide the placeholder image, and it worked:
/Remove post featured image/
.post-content .entry-header {
display: none;
}

I don’t show a post named uncatergorized. What I’d like to be able to do is completely remove everything above my actual post. I don’t want to have categories or featured images for categories. How can I remove the whole thing? When I look in the categories section, there’s no way to delete that category

Good evening

Ok, now i understand you :slight_smile:

remove your css and use only this:

.blog .post-content .entry-header {
display: none;
}