How do I remove product title and price on homepage / collections view using the Dawn 2.0 theme?

I’d like to remove the product title and price on the featured collection on my homepage, as well as collections view.

@lextui ,

share your store url

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

Hi there, thank you for responding. My store URL is https://souvenir-the-store.myshopify.com/ while the password is cookiebutter.

Hello @lextui ,

Is your solved or not?

You want to remove this title ?

share screenshot for both home and collection view

section#shopify-section-template--14254230077528__163774497776bd647c .card-wrapper h3 {
    display: none !important;
}

@lextui
Add this code in the base.css

@lextui ,

.card-information .full-unstyled-link {
	display: none;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->base.scss.liquid

Please add below code in bottom of assets/base.css file

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

}
Thank you.

Hi Denishamakwana,

Your code works for me but only removes the price, not the title. Can you please advise how to do this also?

Thanks

Having trouble removing the product title and price from cards on home page and in collection.

I was able to remove but when I click on the image it does not work as a link anymore.

I would like to remove the titles to my collections too.

Any help would be really appreciated. Thank you!

www.exaltedcollectibles.com