Need help removing product titles in dawn theme 12.0

I’m trying to remove the product title (and price) from my collection’s product page but I can’t find a solution, I’ve tried some but most of the answers seems outdated. (I’m using dawn theme 12.0)

Thanks!

Hi @lagarto , can you share you store url ?

www.lagarto.church

@lagarto , you want to remove from this page :

yes, remove the title and price from that page

@lagarto , Go to base.css and add the following code :

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

Somehow the price disappeared but the title stays there, should I paste the code in any more specific location?

@lagarto , paste the code in component-card.css.

@lagarto , Edit: I made a typo mistake paste this code instead :

.card-wrapper .card__information{
  display:none !important;
}

still not working :sad_but_relieved_face:

@lagarto , did you paste the last code , the modified one?

yes, I used this one

.card-wrapper .card__information{
display:none !important;
}

but still not working

It worked, but now I can’t click the images

@lagarto , the code should work correctly, I can send you access request if you are having trouble adding the code.

@lagarto , Yes , because you click the url in the product title not the image.

but in the previous version you can click only the image to access the url, is there any way to make the image clickable?

@lagarto , we will need to change the liquid structure of the theme, but I don’t have access to the theme code.

Don’t worry! Thanks anyways for the help :slightly_smiling_face:

Hi @lagarto

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

#shopify-section-template–20137764028744__featured_collection .card__information {

display: none;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly