Hi lemick28,
You shouldn’t apply background element for these div tab, because it will effect all pages on your website.
Pls try this :
– Product view
Open <blockquote>templates/ja_vintas/css/virtuemart.css</blockquote>, then find lines:
/* PRODUCT DETAIL
-------------------------------------------------*/
div.productdetails-view {
padding-bottom: 20px;
background: transparent;
}
– Categories view
Open <blockquote>components/com_virtuemart/assets/css/vmsite-ltr.css</blockquote>, find lines:
.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.related-products-view,
.browse-view,
.order-view
{
margin-bottom:25px;
background: transparent;
}
Leo