View
 

How to make the Remove product button on the cart page more noticeable

Page history last edited by Eugene 2 years, 1 month ago

Currently, you can remove a product from a shopping bag using the Close icon. It appears when you hover over the product on the Shopping Bag page.

If you want to make this icon more noticeable, use this custom CSS code:

 

div.ecwid-productBrowser-cart-removeItemButton {
  display:block;
  background:transparent url(http://kb.ecwid.com/f/ecwid_remove_button.gif) no-repeat scroll center center;
  height:17px;
  width:70px;
}