Remove Collection Name and Arrow

Hello,

How do I go about removing the collection name and arrow? Instead, I would like a text overlay on the image. How would I go about the code for this..?

URL: https://shopnirjara.myshopify.com/

PW: ellaella

Hi @ellacoker

is this ok ?

.collection-list__item .card__content {
  position: absolute;
  align-items: center;
  height: 100%;
}

.collection-list__item  .icon-wrap {
  display: none;
}

.collection-list__item   a {
  text-align: center;
}

Preferably put into sections “Custom CSS”, but can go into any stylesheet.