Hi,
Im using Minimal. I would like to change the position of my Collection Titles from below to above.
This is what they look like on my Homepage currently. They need to be above my images.
I appreciate it will be some code, which I am yet to do so please keep it simple.
Any help much appreciated.
GW
Solved! Go to the solution
This is an accepted solution.
Add the following at the end of your theme.scss file:
.grid-link {
display: flex;
flex-direction: column-reverse;
}
This is an accepted solution.
@GraceWilmshurst my fault for not testing the other sections. Try with this:
[id^="shopify-section-collection-list"] .grid-link {
display: flex;
flex-direction: column-reverse;
}
Did you put the sample code in the collection liquid file?
User | Count |
---|---|
437 | |
193 | |
139 | |
57 | |
44 |