How to overlay a webcomic plugin on top of a header image?

Is the “Slick Material Design Beautiful..” content in a wsywig editor somewhere? the plugin doesn’t come with any shortcodes though you could create one for:

<?php do_action('comic-area'); ?>

And use it in the editor where the default content is?

You can create shortcodes from actions though you will need to output buffer it, example: Using action hooks inside of a shortcode