Skip to content

Instantly share code, notes, and snippets.

@dpw1
Last active August 6, 2021 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpw1/9a254d24b536e50dc88db0f04d791d0d to your computer and use it in GitHub Desktop.
Save dpw1/9a254d24b536e50dc88db0f04d791d0d to your computer and use it in GitHub Desktop.
Simple theme: show "collection list" section's title below the image
.collection-grid-item,
.collection-list .grid__item[role]{
margin-bottom: 35px !important;
}
[id] .collection-grid-item__title{
color: #000000;
display: block;
position: relative;
top: unset;
transform: unset;
text-align: center;
padding-bottom: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment