Hi,
It is total price in cart page.
You should not remove it.
If you want to remove it, please remove following code in /wp-content/themes/citytours/woocommerce/cart/cart-totals.php file.
<tr class="order-total total">
<th class="col"><?php _e( 'Total', 'citytours' ); ?></th>
<td class="col" data-title="<?php esc_attr_e( 'Total', 'citytours' ); ?>"><?php wc_cart_totals_order_total_html(); ?></td>
</tr>
Best Regards,
Hi,
It should be working fine.
Thank you very much