A user needed to remove product prices from a specific collection page (monthly-wholesale-top-picks) on their Shopify store using the Blockshop theme, despite having tried multiple approaches without success.
Solution provided:
Navigate to Online Store → Theme → Edit code
Open the theme.liquid file
Insert custom code before the closing </body> tag that targets the specific collection URL
The code uses conditional logic to hide prices only when the collection URL contains ‘monthly-wholesale-top-picks’
Outcome:
The solution successfully resolved the issue. The user confirmed the code worked as intended, allowing prices to be hidden on that specific collection page while remaining visible elsewhere on the site.
Summarized with AI on November 22.
AI used: claude-sonnet-4-5-20250929.
I made a theme template for just this collection and want to remove the price for it. I’ve tried everything but still can’t get it right. Does anyone have any ideas?