Hi,
Please open to edit single.php file of theme and insert your code just after given below code
<div class=”pagination-wrap blog-pagination clearfix”>
<div class=”nav-previous”><?php next_post_link(‘%link’, __(‘<i class=”icon-chevron-left”></i> <span class=”nav-text”>%title</span>’, ‘swiftframework’), FALSE); ?></div>
<div class=”nav-next”><?php previous_post_link(‘%link’, __(‘<span class=”nav-text”>%title</span><i class=”icon-chevron-right”></i>’, ‘swiftframework’), FALSE); ?></div>
</div>
You can copy header.php file and single.php and paste at child theme to avoid any upgrade change.
Thanks
Mohammad