Hi
Is there a code that I could add to remove the collection title overlaying on the collection grid and put the title under the image?
Thank you!!
Shop: muchoprinting.com
store front password: frohgh
Hi
Is there a code that I could add to remove the collection title overlaying on the collection grid and put the title under the image?
Thank you!!
Shop: muchoprinting.com
store front password: frohgh
Add this rule to the bottom of theme.css
.collection-grid-item__title.h3 {
top: inherit;
transform: none;
}
.collection-grid {
overflow: inherit;
}
Have you tried this tutorial yet? I believe this is what you’re looking for. Let me know whether it works for you.
Kind regards,
Diego
@diego_ezfy This is exactly what I needed. Thank you very much for responding with this tutorial. It worked for me!