Add to your stylesheet:
.narminaProductsRow {background: #aabbcc url(../images/yourbg.gif);}
You can apply this to .narminaProductsBox or .narminaProductsCell instead, if you wish, for slightly different results. Adjust properties to suit.
Add to your stylesheet:
.narminaProductsRow {background: #aabbcc url(../images/yourbg.gif);}
You can apply this to .narminaProductsBox or .narminaProductsCell instead, if you wish, for slightly different results. Adjust properties to suit.
Thanks for that but for some reason, the image doesn't seem to place properly on the product listings as you can see...http://www.queensspyshop.com Anything you could suggest?
You don't currently have this active, so I can't tell why it wasn't working correctly for you. Was it the position of the image? That can be affected with
background-position: center center;
or
background-position: top left;
etc., and
background-repeat: no-repeat;
or
background-repeat: repeat-x;
etc.