How do I remove the tittle under the colletion list on homepage?

How do I remove the circled red section?

website https://neverskiptrail.myshopify.com/

Pw: 12345

Hi @Alex-li

Put below CSS into base.css file at bottom.

.section-collection-list .card.card--card .card__content {
	display: none;
}

Let us know if you need more assistance.

thank you!

1 Like

hey @Sheesh_b how do I remove this from the mobile version?

Hi @Alex-li

You added the CSS in media query, which only work for desktop in that case. Paste above CSS without media query and it will solve your issue.