Commit 0810bf27 by lmf

修改产品列表排序文字Recommend

优化首页底部文字图片样式
parent 4b3823cf
......@@ -474,7 +474,7 @@ class Config extends \Magento\Eav\Model\Config
*/
public function getAttributeUsedForSortByArray()
{
$options = ['position' => __('Position')];
$options = ['position' => __('Recommend')];
foreach ($this->getAttributesUsedForSortBy() as $attribute) {
/* @var $attribute \Magento\Eav\Model\Entity\Attribute\AbstractAttribute */
$options[$attribute->getAttributeCode()] = $attribute->getStoreLabel();
......
......@@ -713,7 +713,7 @@ p.shopbycate-title {
.select-element.section-before-footer.clearfix span img {max-height: 100%;width: auto;}
.baozhang_before_footer{width: 16.5%;float: left;}
.baozhang_before_footer .last_font {color: inherit !important;}
.baozhang_before_footer img {opacity: 0.5;}
.baozhang_before_footer img {opacity: 0.7;}
.checkout-cart-index input[type="number"]::-webkit-inner-spin-button,
......@@ -2146,7 +2146,6 @@ background-color: #000;
@media (max-width: 1024px) and (min-width: 768px){
.select-element.section-before-footer.clearfix p {
font-weight: 400;
font-size: 16px;
color: #000000;
text-transform: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment