Remove featured image from top of blog single page

Hi,

I want to not have the featured image for a blog post appear at the top of hte post itself, once you’ve clicked to get to the post page…

I only want to see the featured image on the blog index page.

Any ideas how I do this?

Thanks

Hi there

Hope you are having a good day
Please provide link to one of your post page

here you go:

http://pierscoe.com/uncategorized/utah/

hey there

Please add this CSS in appearance - customize - additional CSS

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

Thanks!
Colorlib Support Team

This didnt seem to work for me. also am having trouble changing the color of the blog title
Blog – Cryptic Threadz any help would be much appreciated

Hi there

@ctthreadz may I know what exactly you want to change? please provide a screenshot with changes and I will help you too :slight_smile:

Regards

@colorlibsupport Hello! I am looking to remove the featured image box from the top of the /blog page. ive gotten it to a small white box. also i am looking to change the font color of the blog post title links they are unreadable as you can see if you take a look at the blog page. Im not sure wehre to upload a ss. but you can see it here https://crypticthreadz.com/blog/ at the top

Thank you @ctthreadz

Here is your css code to make such changes, Please add this CSS code in the Appearance > Customize > Additional CSS:

.blog span.shapely-category {
    display: none !important;
}
.blog .post-content .entry-content .post-title a {
    color: #ffffff;
}

Let me know if there is anything else :slight_smile:

Regards

that didnt quite work but i was able to add a featured image so its not a pace holder anymore which is better. but when you clock on that link from the main blog page it brings you to the article and the title is still the wrong color as seen here Ultimate Bitcoin Node Setup – Cryptic Threadz also the first letter of the article is big and the same color as the title. I have no idea why. I do very much appreciate the help!

Hi @ctthreadz

Sorry but I need some more info, here is the screenshot of the blog single page, Screenshot by Lightshot what is wrong here? can you please refer to the elements you want to change?

Regards