To hide a track list on a product, add the following CSS code to your store settings.

Site Settings > Design > Custom Styles

#product-000000 .track-list-container {
display: none;
}

Where 000000 is replaced by the product ID you want to update.

Did this answer your question?