RiQ363

Untitled

Jul 21st, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. /* hide continue shopping button */
  2. .ecwid-productBrowser-cart-continueShoppingButton {
  3.     display: none;
  4. }
  5.  
  6. /* remove clicking on product name and image */
  7. div.ecwid-productBrowser-cart div.ecwid-productBrowser-productNameLink a,
  8. .ecwid-productBrowser-cart-itemsTable-cell-thumbnail {
  9.     pointer-events: none;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment