
03-20-2017, 03:19 PM
|
 |
Ecwid Team
|
|
Join Date: Feb 2015
Posts: 767
|
|
Quote:
Originally Posted by hanatoletter
To whom it may concern
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;
}
But only these CSS were not reflected on mobile (iPhone6 / safari)
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;
}
|
Hi,
Thanks for posting an update!
As I see, you have found a solution. Let us know if you have any other questions. We are always glad to help.
__________________
Daria
Ecwid Customer Care Team
More tips and hints on Ecwid use in our Help Center
⬇ Please click Thanks if my reply helped you.
|