Hello - I just noticed one of my product pages shows a shipping date. “Ships July 26, 2023” under the price. Any idea where it comes from and how I can delete?
Hello @allisonher
Can you check if it is coming from some app?
Or you add some code in the liquid file. If you have added in the liquid file with the custom code then you can remove it.
Or else with the custom css you can make it like this:
.product-inventory-transfer {
display: none;
}
in the style.css file