diff --git a/common/modules/product/widgets/views/product_smart.php b/common/modules/product/widgets/views/product_smart.php index b47be81..83abeee 100755 --- a/common/modules/product/widgets/views/product_smart.php +++ b/common/modules/product/widgets/views/product_smart.php @@ -22,7 +22,7 @@ use yii\helpers\Url;
  • new
  • akciya)) :?> -
  • promo
  • +
  • Акция
  • diff --git a/frontend/views/catalog/product_item.php b/frontend/views/catalog/product_item.php index 5e351d2..0fea24c 100755 --- a/frontend/views/catalog/product_item.php +++ b/frontend/views/catalog/product_item.php @@ -35,7 +35,7 @@ akciya )) : ?>
  • -
    promo
    +
    Акция
  • diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 0cffeb3..ac4ff42 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -102,4 +102,8 @@ } #HOME_SLIDER .flip-clock-wrapper{ z-index: 1000; +} + +ul.product-special li.promo div{ + color: #fff; } \ No newline at end of file -- libgit2 0.21.4