Please confirm the attached image.
-----------
https://www.hanatoletter.com/ecwidhelp
-----------
I want to hide these elements,
and added CSS.
Code:
td.ecwid-productBrowser-cart-itemsTable-cell-price { display:none; } td.ecwid-productBrowser-cart-itemsTable-cell-qty { display: none; } td.ecwid-productBrowser-cart-itemsTable-cell-subtotal { display: none; } td.ecwid-productBrowser-cart-itemsTable-headerCell-qty { display:none; }
my site URL is this.
https://store11277396.ecwid.com/cart
It would be greatly appreciated if you could explain the details.
Thank you.
------
I can do it!
Code:
td.ecwid-productBrowser-cart-itemsTable-cell-subtotal div { display: none; } td.ecwid-productBrowser-cart-itemsTable-cell-qty table { display:none; } td.ecwid-productBrowser-cart-itemsTable-cell-price div { display: none; }