I’m not sure why this dot is appearing. I traced it to cart.php page, perhaps to <?php do_action( ‘woocommerce_before_cart_table’ ); ?>:
<h3 class=”bag-summary”><?php _e(‘Your selection’, ‘uplift’);?> <span>(<?php echo esc_attr($cart_count); ?>)</span></h3>
<?php do_action( ‘woocommerce_before_cart_table’ ); ?>
Thanks 🙂
Attachments:
You must be
logged in to view attached files.