How to remove Product Title & Price from 1 product on Collection Grid

How to remove Product Title & Price from 1 product on Collection Grid

Byandrewedwards
Tourist
4 0 1

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-servicesScreenshot 2025-02-06 at 12.09.23 PM.png

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10051 2391 3018

Hi @Byandrewedwards 

Please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Byandrewedwards
Tourist
4 0 1
Made4uo-Ribe
Shopify Partner
10051 2391 3018

Thanks for the info, try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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:

 

div#shopify-section-template--18721181368538__main .product__grid__info.product__grid__info--under {
    display: none;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1738873725576.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Byandrewedwards
Tourist
4 0 1

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? 

DaisyVo
Shopify Partner
4340 482 569

Hi @Byandrewedwards 

 

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 %}

 

 

DaisyVo_0-1738912414518.png

 

 

 

Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution