Remove shipping estimate from product page

Topic summary

A user needed to remove the shipping calculator/estimator from product pages on their store using the Warehouse theme. Despite trying multiple code changes and language options, the element persisted.

Solution provided:
Another user shared a CSS code snippet to hide the shipping calculator by adding it to the bottom of theme.css:

.product-block-list__item.product-block-list__item--shipping {
  display: none;
}

The original poster confirmed this solution worked after struggling with the issue for approximately 2 hours.

Follow-up questions:

  • The original poster asked about removing the word “Description” from product pages but was directed to create a separate thread
  • A third user asked for clarification on where to add the CSS code, noting it didn’t work when added to Custom CSS in theme settings (awaiting response)
Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

Amazing thank you

I had been trying to fix this on and off for around 2 hours, the advise is very much appreciated.

Could I also ask one last question, how can i remove the work Description from each of the product pages, it just does look good imo.