All Collections
Store
Site pages
Hide release credits (CSS)
Hide release credits (CSS)

How to hide the list of artist roles for an album.

Ed Boaden avatar
Written by Ed Boaden
Updated over a week ago

As part of a DDEX release, we will create a set of credits for an album, based on the release data. This might include information like composer, lyricist, etc.

By default this will be displayed under the list of buy buttons.

To hide this for all products on your store, add the following CSS code to your store settings.

Site Settings > Design > Custom Styles

.roles-list {
display: none;
}
Did this answer your question?