
03-18-2017, 05:56 PM
|
 |
Paid Member
|
|
Join Date: Mar 2017
Posts: 4
|
|
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;
}
Last edited by Daria Sh.; 03-20-2017 at 03:15 PM.
|