Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
В стилях ищем строку номер 677:
.item-new { display: none; position: absolute; line-height: 34px; color: #fff; text-align: center; width: 55px; top: 0; left: 0; z-index: 3; font-family: 'Arimo'; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; background: #58c346; font-size: 12px; }
и 694:
.item-sale { display: block; position: absolute; line-height: 34px; color: #fff; text-align: center; width: 55px; top: 0; right: 0; z-index: 3; font-family: 'Arimo'; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; background: #c34646; font-size: 12px; }
выделил красным, вместо 3 пропишите 10.
<div class="item" data-animated="fadeInUp" data-date="$ADD_DATE$"> <a href="$ENTRY_URL$"><img class="item-image" src="$THUMB$" alt="$NAME$" class="gphoto" id="$BLOCK_PREF$-gphoto-$ID$"></a> <span class="item-new">new</span> <span class="item-sale">sale</span> <div class="item-breif"> $BRIEF$ </div> <div class="item-info"> <div class="item-info-body"> <?if($RATING$)?><div class="item-rating"><span style="display: inline-block"><?$RSTARS$('21','/img/rate.png','0','float')?></span></div><?endif?> <b class="item-price">$PRICE$</b> <?if($PRICE_OLD$)?><s class="item-price-old">$PRICE_OLD$</s><?endif?> <?if($PRICE_OLD$)?><s class="item-price-old">$PRICE_OLD$</s><?endif?> </a> </a> </div> </div> <div class="item-bottom"> <?if($OPTIONS$)?> <h7><class="item-price">$PRICE$</></h7> <a class="button button-1" href="$ENTRY_URL$">Подробнее</a> <?else?> <a class="button button-1" href="javascript:void(0)" onclick="javascript:add2Basket('$ID$','$BLOCK_PREF$');">В корзину</a> <?endif?> </div> </div>