Hi,
I want to hide the size on slide only on HOMEPAGE/index when I disable the size chips then it does work on collection pages. Can we disable only the homepage?
thanks Mike
Hi,
I want to hide the size on slide only on HOMEPAGE/index when I disable the size chips then it does work on collection pages. Can we disable only the homepage?
thanks Mike
How to Add This to Shopify Dawn Theme:
Alternative (Edit Theme CSS Directly):
.product-item__product-vendor, .product-item__swatch-count, .product__vendor.fs-body-100.t-opacity-70, label.product__label span.t-opacity-70 {
display: none;
}
You can use this css it will hide the size
Hi @Luxurymrkt
Yes we can, ty this one.
{% if template.name == 'index' %}
{% endif %}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!