Checkout Page Changes

I have attached an image of what I like to fix. I don't really want to change pages because when I upgrade in the future it will overwrite it.

Thanks,

MsKitti

checkout_page_edit.jpg

For the cart page please add the following styles to the CSS section of the Theme editor

.ty-cart-statistic__item {
    color: black;
    .ty-nowrap {
        display: none;
    }
}
.ty-statistic-list-taxes {
    display: none;
}

For all other documents more complex changes are required

Done deal. I sure appreciate all your help. Thanks

MsKitti

You are welcome!