Advertisement
belostotsky

Add background to product thumbnails

Mar 26th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. /* use this code to add background color */
  2. .ecwid-productBrowser-productsGrid-v2 td.ecwid-productBrowser-productsGrid-productInside {
  3.     background-color: #FFFFFF !important; /* change the color code to any you like */
  4. }
  5.  
  6. /* or this code to add background image */
  7. .ecwid-productBrowser-productsGrid-v2 td.ecwid-productBrowser-productsGrid-productInside {
  8.     background-image: url("image_url") !important; /* add your image URL instead of image_url */
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement