View
 

How to change border which appears when you hover a product

Page history last edited by Eugene 1 year, 9 months ago

You should update this code(for example change colors) and apply it to your custom CSS theme: 

 

div.ecwid-productBrowser-productsGrid-productTopFragment-mouseover {
  border: solid 1px #F8F7F2;
  border-bottom: none;
}
 
div.ecwid-productBrowser-productsGrid-productBottomFragment-mouseover {
  border: solid 1px #F8F7F2;
  border-top: none;
}