Slider using only the pictures I want

I tried uploading colorlib-child-theme-38.zip as a child theme directly through my WordPress dashboard and activating it, but it was not pulling images that I set as “featured” on my pages. Is that how you do it – by making colorlib-child-theme-38.zip a child theme? Sorry, not really good with this.

Actually you have to configure it as described in the following reply.

https://colorlibsupport.com/t/using-pages-rather-than-posts-for-flexslider/#post-89556

My website is http://www.theelegantquill.com That’s the front page that I want to just have the slider. The slider is also coming on the blog page which will be http://www.theelegantquill.com/wedding-album I do not want it to come up on the blog page.

You can remove it from your blog page by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.blog .top-section {
    display: none;
}