Remove product name and price from homepage and collection page in Dawn 4.0.0

Hi! I am trying to remove the product title and price when displayed on my home page and ‘Shop’ page, just after a cleaner aesthetic. I have tried the following code, however this no longer works on the most current version.

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

Thanks!

@GiuliaFrat

Welcome to the Shopify community!
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@GiuliaFrat

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

.card--standard>.card__content .card__information {
    display: none !important;
}

Thanks!

Hi @GiuliaFrat ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.card--standard>.card__content .card__information {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

@GiuliaFrat

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.card--standard>.card__content .card__information {display: none !important;}

Hi! Thanks for responding. This code unfortunately doesn’t work on Dawn 4.0.0, despite it working on earlier versions. The title and price still show up.

Thank you! https://be-good-apparel-pty-ltd.myshopify.com

I have tried all the below suggested code and nothing is working. It only works on previous versions of Dawn.

@GiuliaFrat

oh sorry for that but your store password protect how can i check.