.content-repertoire li:nth-child(1) > h4,
.content-bio li:nth-child(1) > h4,
.content-gallery li:nth-child(1) > h4,
.content-media li:nth-child(1) > h4 {
display:none;
}
<div class="sprocket-lists" data-lists="113">
<ul class="sprocket-lists-container" data-lists-items>
<li class="active" data-lists-item>
<h4 class="sprocket-lists-title padding" data-lists-toggler>Title of first list item</h4>
<span class="sprocket-lists-item" data-lists-content>Content of first list item</span>
</li>
.sprocket-lists li:nth-child(1) > h4,
.sprocket-lists-container li:nth-child(1) > h4,
.active li:nth-child(1) > h4,
.sprocket-lists-item li:nth-child(1) > h4 {
display:none;
}
Time to create page: 0.067 seconds