Shopify themes, liquid, logos, and UX
I would like to remove the Product Title and Price from 1 product preview on the collection grid. 'Explore More Work' will be used to link to another page, so the price and title are not necessary. I've attached a screenshot of the desired outcome. Any help here is greatly appreciated 🙂 https://fourxfive.com/collections/all-services
Please, share your store URL. Thanks!
Thanks for the info, try this one.
div#shopify-section-template--18721181368538__main .product__grid__info.product__grid__info--under {
display: none;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you for this info!! I only want to remove the product title and price from the last product. Exactly like the photo attached to the original post. Is that possible?
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
{% if canonical_url == "https://fourxfive.com/collections/all-services" %}
.collection__products > .js-grid > div:last-child > .product-grid-item > .product__grid__info {
opacity: 0 !important;
}
{% endif %}
{% endstyle %}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025