File: /home/hcb48/public_html/wp-content/themes/flatsome/woocommerce/layouts/headers/category-title.php
<div class="shop-page-title category-page-title page-title <?php flatsome_header_title_classes() ?>">
<div class="page-title-inner flex-row medium-flex-wrap container">
<div class="flex-col flex-grow medium-text-center">
<?php do_action('flatsome_category_title') ;?>
</div><!-- .flex-left -->
<div class="flex-col medium-text-center">
<?php do_action('flatsome_category_title_alt') ;?>
</div><!-- .flex-right -->
</div><!-- flex-row -->
</div><!-- .page-title -->