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! I’m hoping to remove the collection titles from my collection list on my homepage I’m using the booster theme.
Thanks!!
Taylor
Add below css in your css file at botom
[data-section-type="collection-list"] .product-block__title {
display: none;
}