How to remove overlay text (collection title) on collection tile - debut theme

hello @linzal

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-index .collection-grid-item__title-wrapper {
  display: none;
}