Hi, im using debut theme wondering how to remove product title / price on the home page.
Hi @workbyamari
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
https://5dc78b-3.myshopify.com/
password baukla
Thanks for the info,
Try this one,.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
section#shopify-section-template--21421611745560__featured_collection .card-information {
display: none;
}
-
And Save.
-
Result:
-
Do you like to remove the title also? but the title is where links that bring the costumer to the product page and buy the product. If you remove it only the product remaining which is not clickable only zoom.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
title too, theyll navigate back home by clicking the logo at top
Okay its up to you, please replace the code with this one.
Same Instruction.
section#shopify-section-template--21421611745560__featured_collection .card__content {
display: none;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @workbyamari
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Noah | PageFly