Add image to post carousel without screwing up the post body

Hi guys,

I’ve seen some really nice websites where they have images in the post carousel, but those images do NOT appear again at the top of the post body. I tried to do that but I really couldn’t figure out how to achieve it.

Basically, in the post body if I choose “featured image” this image appears in the post carousel, but it also appears at the top of the post body. Please see screenshots below

I don’t want it to appear at the top of the post body.

But, only to appear here:

I hope this is a clear question!

Please let me know if you can help!

Many thanks in advance

Omar

Hi Omar,

Thank you for writing in, you mean, you want to remove the featured image above the post content? If so, please add this to Theme Options > CSS

/*Hide featured image on single posts*/
.single-post .entry-featured {
	display: none;
}

Please note that we do not really provide support for customization, further customization from here would be outside of the support that we can offer.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.