remove background of vp logo in product tpl

This commit is contained in:
Marion Muszynski 2016-12-07 15:39:03 +01:00
parent 1a60d5e59e
commit ee8cd5807a

View File

@ -5010,3 +5010,7 @@ body#product #best-sellers_block_product{
border: none; border: none;
border-bottom: 2px solid #5b5194; border-bottom: 2px solid #5b5194;
} }
body#product div.sale_img img{
background: none;
}