Featured Slider on All Pages and posts

Hi , how can i make a child theme for sparkling to be able to get the feature slider active on all pages and posts? And also the Call to action button active on all pages and posts

For the Call to action i found this topic https://colorlibsupport.com/t/call-to-action-banner-on-every-page/

But i can’t find something about the feature slider that works on all pages

Also how can i inset this code:

.flex-caption {
display: none;
}

Into the child theme so i don’t have to put it in the Custom CSS Editor ? It’s the code from this post:

https://colorlibsupport.com/t/how-to-remove-title-on-slider-featured-image/

Bump, ok so i found all the info i needed execept for the slider on all pages and posts, i have found all sorts of other solutions but nothing as simple as having the slider just appear on the rest of the blog posts and pages like it does on the front page…

How do i do that with a child theme, and also have the link from the slider removed?

Hi @gafaysto89,

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

You will find information on the following page about how to create and use child theme.

http://freewptp.com/tutorials/why-and-how-to-create-and-use-wordpress-child-theme/
Also how can i inset this code:

.flex-caption {
display: none;
}

Into the child theme so i don’t have to put it in the Custom CSS Editor ? It’s the code from this post:

Just create a child theme of sparkling the as described on the above page and add the code in the style.css file of child theme.

Bump, ok so i found all the info i needed execept for the slider on all pages and posts

You can try achieving this as described in the following topic.

https://colorlibsupport.com/t/adding-slider-on-all-pages/#post-10734

Best Regards,
Movin