I looked at a similar post and pasted in the code but it didn’t work. Maybe I did it wrong I don’t know.
Please share the store URL.
.dbtfy.dbtfy-delivery_date.drawer__inner-section.ajaxcart__discount {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
.dbtfy.dbtfy-delivery_date.drawer__inner-section.ajaxcart__discount {
display: none !important;
}
Add this code in the bottom of theme.scss.css file
Thanks
