Remove title and price from featured cards on pitch theme

Topic summary

A user is trying to remove title and price elements from featured cards in the Pitch Shopify theme by editing Liquid template files directly.

What they’ve accomplished:

  • Successfully removed title/price from small grid collections by commenting out relevant code in a Liquid file
  • These elements disappear on large grids but persist on small grids when toggled off

Current challenge:

  • Cannot locate the corresponding Liquid file for featured grids
  • Has searched through files with relevant naming but hasn’t found the correct one

Specific requirement:

  • Must edit Liquid files to prevent data generation entirely
  • Explicitly does NOT want CSS-based hiding (display: none) as this still creates the data in the DOM

Status: The question remains unanswered despite multiple follow-ups. One brief response (“yes”) did not address the actual question.

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

Pitch theme. I was able to remove the title and price from the small grid in a collection (why would they be there if you turned them off for the grid, they go away on the large grid but not the small one.) I edited a liquid file for that which was simple - comment out the part sending the title and price. I can’t seem to find the file to do it for featured grids. I’ve looked through files with that in the title and can’t find it. Any suggestions?

I am NOT interested in hiding with CSS (using display: none).

Thank you!!!

yes

I feel like I was pretty clear that I don’t want to hide using CSS with display: none

This creates the stuff and then just hides it from the visitor, but it can be turned on as the data is there. I want to edit the liquid file so the data isn’t created in the first place.

Anyone able to tell me which file to use?

Anything gang?