If your product images have a “Play” icon overlay but you’ve removed the playlist or preview player, here’s how to clean that up:
- Go to Online Store > Themes > Customize
- Find the section that shows the product grid (like “Featured Collection”)
- Scroll down to the Custom CSS field
- Paste this:
.material-icons {
display: none;
}
That removes the overlay icon — no more clutter!