Hey, I would like to remove the price which I marked, since there is no need for it. Does anyone know how to remove it?
Thanks in advance
brokenmind.com
pw: TESTX
Hey, I would like to remove the price which I marked, since there is no need for it. Does anyone know how to remove it?
Thanks in advance
brokenmind.com
pw: TESTX
Hi, @drew23
You can try this code
td.cart-item__totals.right {
display: none;
}