How to remove the featured image from a post in Dazzling

Hi

I want to hide the featured image displayed on the blog posts which are featured in the slider of Dazzling Theme. I tried the suggestions shown for Actively, sparkling etc. But not working for me.

My Blog is http://learn2livefully.com

Please help.

Thanks in advance
Nisha

Hi Nisha,

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

Do you want to just hide featured image or whole blog post which is also displaying in the slider?

Please advise.

Kind Regards,
Movin

Hi Movin,

Thanks for the response.

I just want to hide the featured image from the blog posts. Featured image in the slider is just a background image which does not look good in the blog post.

Thanks
Nisha

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 -> Dazzling Options -> Other -> Custom CSS

.single-post.postid-454 img.thumbnail.wp-post-image,
.single-post.postid-447 img.thumbnail.wp-post-image,
.single-post.postid-394 img.thumbnail.wp-post-image,
.single-post.postid-366 img.thumbnail.wp-post-image,
.single-post.postid-336 img.thumbnail.wp-post-image,
.single-post.postid-480 img.thumbnail.wp-post-image {
    display: none;
}

Thanks a lot Movin!

That did work!.

You are most welcome here :slight_smile: