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.
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:
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.