Removal of Lineitem Data in checkout on Checkout Extensibility

Hi,

Has anyone been able to figure out a way to hide or remove line item data in checkout extensibility?

We would really like to change to the new one page checkout but all the line-item data showing for our product makes it really bad.

Our product requires a lot of customization so all the things are showing at the checkout.

Our dev team (still learning the new checkout) has said that CSS is not possible in the new checkout so they can’t hide it or remove this information.

Prefix your line item properties with an underscore, and this will automatically hide them. Ex. _value instead of value.