Hello @jfs2j,
You can easily overlap the default slider that you have currently on the theme with your own video. There is a simple free plugin which does exactly the work that you want: https://www.ads-software.com/plugins/featured-video-plus/installation/
– Now, create a child theme taking reference from here: https://codex.www.ads-software.com/Child_Themes
– Then, copy ‘header.php’ file in you child theme and replace the line 92 where there is do_action('accesspress_bxslider');
with echo do_shortcode('[featured-video-plus]');
.
– Then open the posts from which the video will be pulled. There you will see a field called ‘featured video’. Just put the url of the video there & it will be pulled inside the slider at the front-end.
If you have any further confusion, kindly ping us.
Thanks!