Last active
August 6, 2021 02:05
-
-
Save dpw1/9a254d24b536e50dc88db0f04d791d0d to your computer and use it in GitHub Desktop.
Simple theme: show "collection list" section's title below the image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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