How can I move the collection title under the image in Debut theme?

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;
}

@Muchoprinting

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

1 Like

@diego_ezfy This is exactly what I needed. Thank you very much for responding with this tutorial. It worked for me!