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

GiuliaFrat
Tourist
6 0 4

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!

 

Replies 7 (7)

Zworthkey
Shopify Partner
5581 642 1565

@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
Tourist
6 0 4

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.

KetanKumar
Shopify Partner
36839 3635 11972

@GiuliaFrat 

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

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

dmwwebartisan
Shopify Partner
12279 2546 3693

@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!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
GiuliaFrat
Tourist
6 0 4

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.

AvadaCommerce
Shopify Partner
3879 839 951

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.

banned

KetanKumar
Shopify Partner
36839 3635 11972

@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;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing