If you want to remove "No Image Available" thumbnails, use this custom CSS code:
div.ecwid-noimage, div.ecwid-noimage-small {
display:none;
}
If you want to replace such images with your own ones, perform these steps:
Examples.
The "no-image" picture with transparent background. You can use it if your page and store background is custom and isn't white.
Apply this CSS code:
div.ecwid-noimage {
background-image:url(http://kb.ecwid.com/f/noimage_trans.png);
}
div.ecwid-noimage-small {
background-image:url(http://kb.ecwid.com/f/noimage_small_trans.png);
}
If you created a custom image and want to share it with other Ecwid users, feel free contact us.