How can I remove names and prices from my featured collection on home page?

I wanted to know how to remove names and prices from my featured collection on the home page, its in the dawn theme and the website is sebkabob.com

also to note, if I use:

.card-wrapper .card-information {
display: none;
}

the items are not clickable anymore and wont work

Hi @sebkabob ,

You may try putting this code at the bottom of your Asset/component-card.css file

.card-information__wrapper>* {
    opacity: 0 !important
}

I hope it helps.

hello, when i do this, it makes it so I have to click underneath the image of the product, so while it kind of works its too confusing for customers, is there any other solution? thank you