Hi all,
In the virtuemart store I would like to add a border 1px around all product images...Can anybody help me out where to adjust the css to have the border around all images of the store on all pages?
Thanx!
Paul
.nspArt img {
border-style: solid; //your style
border-width: 1px;
}
.main-image img.product-image, .featured-view .spacer img, .latest-view .spacer img, .topten-view .spacer img {
border-style: solid; //your style
border-width: 1px;
.nspArt img {
border: none;
background: white;
padding: 0;
}
.nspArt img {
border: none;
background: white;
padding: 0;
border-style: solid;
border-width: 1px;
}
.main-image img.product-image, .featured-view .spacer img, .latest-view .spacer img, .topten-view .spacer img {
max-width: 100%;
height: auto;
width: auto;
}
.main-image img.product-image, .featured-view .spacer img, .latest-view .spacer img, .topten-view .spacer img {
max-width: 100%;
height: auto;
width: auto;
border-style: solid;
border-width: 1px;
}
.sbox-content-image img {
display: block;
width: 100%;
height: 100%;
}
.sbox-content-image img {
display: block;
width: 100%;
height: 100%;
border-style: solid;
border-width: 1px;
}
mikeMB wrote:Please paste link to your site.
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
max-width: 90%;
height: auto;
}
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
max-width: 90%;
height: auto;
border-style: solid;
border-width: 1px;
}