I checked my settings and Shop Promise is off and Expected delivery dates is turned off.
The confirmation page still shows an estimated delivery date. Note this was paid with Shop so I don’t know if that changes anything. This is the css that displays that:

I tried to add this css to my site but it still displays the same:
.os-step__delivery-promise-description-container {
display: none;
Attempted to add it directly to css file and here with no success:
So this looks like it’s coming from the Shop Promise stuff… It’s overriding everything?
Thanks for any assistance.
Hi @chrisngrod1
This is Henry from PageFly - Landing Page Builder App
I noticed that you are missing the “}” character at the end of the code, you can try again with this code:
.os-step__delivery-promise-description-container {
display: none;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hello @chrisngrod1
Try this:
.os-step__delivery-promise-description-container {
display: none !important;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
I thought this was going to work. Honestly it doesn’t look like that page is pulling any of the css from my theme.
Neither the custom css in the text box (customize theme) or changing theme.scss.liquid.
Fixed. Still didn’t work =/.
I have venture theme
Under settings- notifications- customer notifications- order confirmation - click edit code (top right)
I deleted lines 30-34 that looked like this:
Estimated delivery
{{ consolidated_estimated_delivery_time }}
{% else %}
Estimated delivery {{ consolidated_estimated_delivery_time }}
No more estimated delivery!