Customizing comments pagination for bootstrap
I want to customize the comments pagination to support Bootstrap, I have these lines in my theme file but I need more customization to display Bootstrap pagination style
?php the_comments_pagination( array(
'prev_text' = 'i class="fa fa-arrow-right" aria-hidden="true"/ispan class="screen-reader-text"' . __( 'Previous', 'twentyseventeen' ) . '/span',
'next_text' = 'span class="screen-reader-text"' . __( 'Next', 'twentyseventeen' ) . '/spani class="fa fa-arrow-left" aria-hidden="true"/i',
) );