Remove price display from Featured Collection in Sense

Topic summary

Goal: Remove product prices from the Featured Collection section in the Sense Shopify theme, showing only image and product name.

Context: The requester already hid prices on the Product Grid but needs the same specifically for Featured Collection (a homepage section that showcases products from a collection). Sense is a Shopify Online Store 2.0 theme.

Proposed approaches:

  • Use CSS to hide all prices; clarification was asked whether to hide only “0” or all prices.
  • Add custom code in theme.liquid before the closing tag, but the shared snippet was missing in the post.
  • A store link was provided for review upon request.

Issues raised:

  • Another participant couldn’t find a tag in the theme code, suggesting possible confusion about where to place edits in the current theme structure.
  • No concrete CSS selector or theme file path specific to Featured Collection was provided.

Status: No confirmed solution or code was finalized in-thread. Another user asked for the outcome, implying the issue remains open with key next step being a precise CSS/section-level solution for Featured Collection.

Summarized with AI on January 15. AI used: gpt-5.

Hi!

I want to remove the price display from the Featured Collections showing in my page. The theme I am using is Sense. What part of code should I edit? . Your help is greatly appreciated!

Here is a picture to show what I want to remove.

@enriquegarcia - you want to remove this 0 only or all prices? using css we can hide all the prices

I want to remove the price itself. I want the customer just to see the picture and the name of the product.

Hello @enriquegarcia

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file.

  3. Paste the below code before :


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

@enriquegarcia - can you please share your pagelink?

I already did that to remove price from Product Grid, but I need it for Featured Collection!

https://imgarsagt.com/?_ab=0&_fd=0&_sc=1

wondering what the outcome was as im dealing with the same!

There actually is no in the entire code!

@Tim131 - from where do you want to remove the price?