Remove featured image from post view

Hi guys,

Thanks for the nice theme, I’m liking it so far but I would like to customize it a bit.

I want to keep a featured post image on my homepage where I can see the list of recent posts but I’d like to remove it from a single post view.

Capture1.PNG shows blog main window with the feature image shown for the post. I want to keep it that way for all posts.
Capture2.PNG shows a single post view with the featured image showing on top of blog content. I want it gone from there.

How can I achieve this?

Hi @kalik,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body.single-post img.single-featured {
    display: none;
}

Best Regards,
Movin

Hi @Movin,

It worked, thanks a lot. :slight_smile:

You are most welcome here :slight_smile:

Is there a way to set one of the pictures in the content of a post as a “Featured” image, but not necessary show it on the top of the post?

The solution above works (to upload one of the content picture as “Featured”), but if my first image is the Featured image (before any words) then in the post itself there won’t be any picture. It will also be strange if I have two duplicate image showing on the homepage.

Thanks for your help!

@fiosphere To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/activello/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.