Collection list on home page booster theme

Hi! I’m hoping to remove the collection titles from my collection list on my homepage I’m using the booster theme.

Thanks!!
Taylor

Hi @taytayvalentine

Add below css in your css file at botom

[data-section-type="collection-list"] .product-block__title {
	display: none;
}