Beatifyy Store : Shopify Templates for Beat Makers, Musicians & more

View Categories

How Do I Hide the Play Icon on Product Images in My Sound Kit Store?

< 1 min read

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:

  1. Go to Online Store > Themes > Customize
  2. Find the section that shows the product grid (like “Featured Collection”)
  3. Scroll down to the Custom CSS field
  4. Paste this:
.material-icons {
display: none;
}

That removes the overlay icon — no more clutter!

Powered by BetterDocs