Editing "latest posts"

Beautiful template. Love all of the easy functionality…

I am having one issue though… I would like to have on my main page… under the slider, some html elements, followed by recent posts…

Is there a way to achieve editing latest posts page to add a video and html content above it? and then show all the recent posts…?

Thank you for the help and keep up the great work!

There is no options via theme options for that except Call For Action section and you will have to edit index.php file to get that done.

Most likely you want to add your content right after

<div id="content" class="site-content container">

or

<div id="primary" class="content-area col-sm-12 col-md-8 <?php echo of_get_option( 'site_layout', 'no entry' ); ?>">

But it really depends on how you want to make it look. Just play around to get the results you were looking for.