Hi no, this doesn’t completely remove the price from the float to cart. But I figured it out. This works:
.xt_woofc-inner .xt_woofc-price {
display: none;}
.xt_woofc-checkout .xt_woofc-dash, .xt_woofc-checkout .amount {display: none
}
That has removed the price inside the cart, but not where you select go to checkout. Is there a way to remove it on the checkout button. Thanks for your help