How to remove variant information from cart and checkout page?

Hi guys. Using the Dawn theme and wondering how to do this as per image. Thanks!

@adoratiles ,

Please share your site URL,
I will check out the issue and provide you a solution here.

Sure!

https://www.adoratile.com/

@adoratiles ,

Please add this CSS to your theme

.product-option dt, .product-option dd {
    display:none !important;
}

Thanks!

Thanks for this. Where should we paste this code?