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.
Comments
0 comments
Please sign in to leave a comment.