Hi
I want to remove “Product Information” heading from all single product pages?
I do not want this to be replaced by the Product title and I want the title to remain in the breadcrumbs. I just want to get rid of the Heading “Product Information”.
I see in the theme file, single-product-content-booking.php this:
<div class="col-md-5 product-information">
<div class="product-information-inner">
<?php if ( etheme_get_option('product_name_signle') ): ?>
<h4 class="title"><?php esc_html_e('Product Information', 'xstore'); ?></h4>
<?php else: ?>
<?php woocommerce_template_single_title(); ?>
<?php endif ?>
I do not want to edit your XStore internal code, so would like a way to turn this heading off, please?
Regards