How can I add SKU to my collection page in Venture theme?

Hi @mrscsmith ,

For the Supply theme, it is enough to place the code

{{ product.first_available_variant.sku | default: product.variants[0].sku }}

In the “product-grid-item.liquid” snippet right before the {{ product.title }} block: