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