I see you asked this 2 months ago, but if you still need the details…
Open islidex.php in the plugin’s folder find
$title = __($islidex_post->post_title);
Change to
$title =”<h1>” . __($islidex_post->post_title) . “</h1>”. __($islidex_post->post_excerpt) . “
ID).”‘>Read More…” ;
Hope that helps..
Deb