Remove slider image from post in home page

Hi, hoping to get some help in how to remove my slider image from the home page post section. I have checked off the box that reads ‘Check to exclude slider post from Homepage posts’ but my image and text still shows up in the home page post section. Not to sure what else to do. Thanks
Maria

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Thank you for your reply website is
www.coconutinteriors.com.au

Hey there

i hope you are doing well today :slight_smile:

Once again, please make sure its disabled from theme options and if it still refused to work then please add this css in appearnace> customize > additional css:

/Hide slider on homepage/
.featured-slider, .featured-slider .slider-cycle {
display: none;
}

Regards Noda

Thank you for the reply but the css provided removed the slider not the slider image in home page post.

Hi there

Sorry, but can you clarify your question little bit? there is only one image after menu, slider and you wanted to remove it. Maybe i not clearly understand your question?

Regards Noda

What I would like NOT to be visible on the home page is the image that shows up on the post below the slider image. This first image is my slider image that was created in the post. I would like the image not to be visible in the home page post. Thanks

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS


/*Hide feature image on homepage*/
.home .post-featured-image {
display: none;
}

Thanks!
Colorlib Support Team