You can remove those numbers by adding this code to Custom CSS of that section.
.product-bundles__item-index { display: none; }
A user seeks to remove numerical indicators from product bundle images on their Shopify store.
Proposed Solutions:
Three community members offered CSS-based fixes:
</body> tag.product-bundles__item-index { display: none; } into the Custom CSS section#m-product-bundles-template item indicesAll solutions involve adding display: none styling to hide the bundle item index numbers while preserving the product images.
Status: Multiple working solutions provided; awaiting user confirmation on which approach was implemented successfully.
You can remove those numbers by adding this code to Custom CSS of that section.
.product-bundles__item-index { display: none; }