I Want To Remove Collection Name From Collection!

I want To Remove The Collection Name From Collection Like I and Also This ( Sorry No Product In This Collection)

URL :- https://hypestockexchange.in

Hi @Emiway , go to theme.css and add the following code :

span.collection-item__title {
    display: none !important;
}

Result:

Hi, @Emiway .

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

div#CollectionAjaxResult p.medium-up--hide.text-center {
    display: none;
}

div#CollectionAjaxResult .grid.grid--uniform.grid--collection {
}

div#CollectionAjaxResult p {
    display: none;
}

div#CollectionAjaxResult .collection-item__title {
    display: none;
}

Result:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

My File Doesn’t Have Base.css

@Emiway , add the code to theme.css.