PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
woocommerce
/
single-product
/
headers
<?php /** * Header product top. * * @package Flatsome/WooCommerce/Templates * @flatsome-version 3.16.0 */ ?> <div class="page-title shop-page-title product-page-title"> <div class="page-title-inner flex-row medium-flex-wrap container"> <div class="flex-col flex-grow medium-text-center"> <?php do_action('flatsome_product_title') ;?> </div> <div class="flex-col medium-text-center"> <?php do_action('flatsome_product_title_tools') ;?> </div> </div> </div>
[-] header-product-featured.php
[edit]
[-] header-product-featured-center.php
[edit]
[-] header-product-top.php
[edit]
[+]
..