Hi, I try to hide counting numbers of each tables in WooCommerce. They seem to be displayed as rows counters… They display on “cart”, “my orders” and other pages on my website.
I tried to apply “display: none;” on “.cart_totals .woocommerce-shipping-totals:nth-child(3) td:nth-child(1)” and they disappear well. The only issue I got with this is that when I refresh my cart (adding or removing product quantity), the style applied hides the first column which contain other datas like labels.
How could I remove them the proper way, so they won’t show in the entire website? Thanks in advance and sorry if I’m not clear enough.
https://prnt.sc/10smngm
https://prnt.sc/10smo1g
Jeremy