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!
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.
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.
AVADA - Top Rated App for Email, SMS, Popups
Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE
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.
oh sorry for that but your store password protect how can i check.
User | RANK |
---|---|
278 | |
87 | |
55 | |
46 | |
43 |