How to Remove Preferred Delivery Date frommy Debutify Theme

How to Remove Preferred Delivery Date frommy Debutify Theme

Ant10
Tourist
11 0 9

Ant10_0-1725805246905.png

How can i remove this?

Replies 10 (10)

BSS-TekLabs
Shopify Partner
2401 695 835

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.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Ant10
Tourist
11 0 9

theflexicharger.com

BSS-TekLabs
Shopify Partner
2401 695 835

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

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
.dbtfy-delivery-date.drawer__inner-section {
    display: none !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725889730912.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Made4uo-Ribe
Shopify Partner
10203 2423 3069

Hi @Ant10 

Would you mind sharing your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Ant10
Tourist
11 0 9

it's theflexicharger.com

Rahul_dhiman
Shopify Partner
833 158 176

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
9.png

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

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Made4uo-Ribe
Shopify Partner
10203 2423 3069

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:

Made4uoRibe_0-1725891106585.png

 

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
jzi
Visitor
2 0 0

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?

Danny98
Visitor
1 0 1

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. 

El_Alex
Visitor
1 0 0

Thank you so much man, honestly I was stressing out 😂 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!