Cross out the compare price in cart page

Go to your online store → customize → settings → custom css and paste this code there

s.cart-item__old-price .money {
    text-decoration: line-through;
}