Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: 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 9 (9)

BSS-TekLabs
Shopify Partner
2350 688 810

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
2350 688 810

- 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
9074 2167 2677

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Ant10
Tourist
11 0 9

it's theflexicharger.com

Rahul_dhiman
Shopify Partner
658 128 134

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

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

Made4uo-Ribe
Shopify Partner
9074 2167 2677

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
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 0

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.