catalog/view/theme/YOURTHEME/stylesheet/stylesheet.css
box products tamamını Bul ve Değiştir(default tema için)
box products tamamını Bul ve Değiştir(default tema için)
Kod:
/* box products */
.box-product {
width: 100%;
overflow: auto;
}
.box-product > div {
width: 120px;
float: left;
margin-left: 8px;
margin-right: 8px;
margin-bottom: 15px;
text-align: center;
}
.box-product .image {
display: block;
margin-bottom: 0px;
}
.box-product .image img {
padding: 3px;
border: 1px solid #E7E7E7;
}
.box-product .image:hover img {
padding: 3px;
border: 1px solid #E7E7E7;
position:relative;
top:2px;
opacity:.50;
filter:alpha(opacity=50);
}
.box-product .name a {
color: #38B0E3;
font-weight: bold;
text-decoration: none;
display: block;
margin-bottom: 4px;
}
.box-product .price {
display: block;
font-weight: bold;
color: #333333;
margin-bottom: 4px;
}
.box-product .price-old {
color: #F00;
text-decoration: line-through;
}
.box-product .price-new {
font-weight: bold;
}
.box-product .rating {
display: block;
margin-bottom: 4px;
}