How to Remove Preferred Delivery Date frommy Debutify Theme

How can i remove this?

Hello @Ant10
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

Hi @Ant10

Would you mind sharing your store URL? Thanks!

theflexicharger.com

it’s theflexicharger.com

Hello @Ant10
Go to online store ----> themes ----> actions ----> edit code---->theme.css
add this code at the end of the file.

.dbtfy-delivery-date .input-group .input-group__field {
display: none;
}
label {
display: none;
}
.dbtfy-delivery-date.drawer__inner-section {
display: none;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

  • Here is the solution for you @Ant10
  • Please follow these steps:

  • Then find the theme.liquid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Thanks for the info, check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

.dbtfy-delivery-date.drawer__inner-section {
    display: none !important;
}

And Save.

result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hey, having similar issues. I want that my cart page looks like this. Could you be more specific with the description on where to put the code?

Since everyone seems to like to choose the hard way of things, therefore giving wrong solutions to a simple problem, here is how you disable that widget

You go into your theme customization, and on the side you go Devutify Paid Widgets, scroll down and youll find a checkbox called Delivery date, that Allow visitors to select their preferred delivery date in the cart. Uncheck that. Done. NO CODES, no liquids, no bs.

Thank you so much man, honestly I was stressing out :joy: I was going through codes and files tryna get rid of this delivery option turned off and then I saw your comment saying no codes no liquid. You are seriously a life saver man, I would have wasted more time and eventually had to accept my fate. We need more people like you!