I’m glad the 1st question was solved.
Regarding the second question, to keep topics separate, please open another post on the community forum specifically for that question.
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:
I’m glad the 1st question was solved.
Regarding the second question, to keep topics separate, please open another post on the community forum specifically for that question.