Hi.
Im testing a local site with boutique. Im trying to put a frame around the category and products in virtuemart but with no lock.
Can you guys help me?
I need something like this...
Thanks
.browse-view .row .product .spacer a {
display: block;
background: ([url_to_border]) no-repeat center center transparent;
padding: 20px;
}
.browse-view .row .product .spacer > a {
display: block;
background: ([url_to_border]) no-repeat center center transparent;
padding: 20px;
}
.category-view .row .category .spacer h2 a img {
background: url("http://www.anaferrofashionstore.pt/images/site/moldura.png") no-repeat scroll center center / 100% 100% transparent;
padding: 20px;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img,
.category-view .row .category .spacer h2 a img {
background: url("http://www.anaferrofashionstore.pt/images/site/moldura.png") no-repeat scroll center center / 100% 100% transparent;
padding: 20px;
}
