Jump to content

Recommended Posts

Archivo:

http://tienda.decorakel.com/themes/leobuy/css/product_list.css

Prueba cambiar esto:

.p-item .discount, .p-item .on_sale {
background: none repeat scroll 0 0 #24CCE0;
border-radius: 100% 100% 100% 100%;
color: #FFFFFF;
display: inline-block;
font-size: 10px;
font-weight: bold;
line-height: 38px;
padding: 5px;
position: absolute;
text-transform: none;
top: 0;
right: 0;
}

por

.p-item .discount, .p-item .on_sale {
background: url('../img/onsale_es.gif') no-repeat transparent !important;
display: inline-block;
padding: 5px;
position: absolute;
text-transform: none;
top: 0;
right: 0;
color: transparent;
height: 39px;
width: 41px;
}

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...