1.产品名称显示不全
现在theme.scss.liquid搜索.product-title,然后删掉
然后把下面的 代码贴到theme.scss.liquid末尾空白处
.product_card__image-wrapper .product-title{overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
.featured-collection .product-title{overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
.product-grid-item--center .product-title{overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
2.去掉折前价
theme.scss.liquid 末尾空白处贴上下面的代码
#ComparePrice-product-template{display:none!important}