Help please to remove the labels from the collections in a Collection List segment

Hi there, I need please to hide the labels from the collection boxes in this collection list, but only in this one segment. I don’t want to hide all the labels in every collection list. Is this possible?

Current:

Desired: (no labels)

Site is: p1simgear.com.au

pw: P1test%

Thanks so much as always, love this community!

@p1simgear The domain URL seems to be wrong. Please check and confirm.

@p1simgear

Please add the following CSS code to your assets/base.css bottom of the file.

#shopify-section-template--14888209186889__16616413125bd71cb0 .card__heading {
    display: none !important;
}

Thanks!

Thats odd, it is correct for me:

Site is: p1simgear.com.au

pw: P1test%

Does that not work for you?

Thanks!

p1simgear.com.au

pw: P1test%

Hi @dmwwebartisan thanks, that didnt seem to work - the labels were still there. :disappointed_face:

Hi @p1simgear .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file base.css

.card__heading{
display: none !important;
}

Hope this helps.

Best Regards;

Pagefly

Thanks @PageFly-Victor ! That works well. But it applies it to all the collections in the site. Is there a way to apply it to just one collection-list segment on the home page?

Thanks again!

Also actually @PageFly-Victor that code seems to delete the hyperlink from the collection box too - so it no longer works to link to the collection. How can we re-add the hyperlink please?