Hi everyone,
Somewhere along the line I have lost the ability to see sale and sold out tags on products.
I have looked at the theme.liquid section and this is currently the code:
Product sale and sold out tag> > .grid-product__tag {> font-size: $type_base_size * 0.65;> position: absolute;> top: 0;> right: 0;> line-height: 1;> padding: 6px 5px 6px 7px;> background-color: $colorBtnPrimary;> color: $colorBtnPrimaryText;> z-index: 2;> transition: opacity 0.4s ease;> > &.grid-product__tag–sold-out {> background-color: $colorBody;> color: $colorTextBody;> }> > @include media-query($medium-up) {> font-size: $type_base_size * 0.85;> padding: 7px 7px 7px 9px;> }> }> > .grid-product__tag–sale {> background-color: $colorSaleTag;> color: color-control($colorSaleTag, 1);> }> > Can anyone see what the problem is? Or what has been changed? Or where else I should be looking to re enable the sold out and sale tags?> > Thankyou!