On the Category page, an annoying white background is displayed for each image of the products list. I have this problem when I resize images to 120x180 in the "Image" section of the Settings page.
I tried to set the css like this but nothing happen:
Code: Select all
.products, .images, .categories {
float: left;
background-color: #282828;
text-align: center;
cursor: pointer;
font-size: 10px;
margin-bottom: 10px;
}
.products a, .images a, .categories a {
font-size: 10px;
background-color: #282828;
}
.products img, .images img, .categories img {
margin-bottom: 2px;
width: 120px;
background-color: #282828;
}