How do I remove the preferred delivery date of my Debutify Store?

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.

@Johnny-Wang ,

Please share the store URL.

https://aqua-ballz.myshopify.com/

1 Like

@Johnny-Wang ,

.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

@Johnny-Wang

.dbtfy.dbtfy-delivery_date.drawer__inner-section.ajaxcart__discount {
    display: none !important;
}

Add this code in the bottom of theme.scss.css file

Thanks