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?
Topic summary
A user seeks to remove the “Preferred Delivery Date” field appearing on their Debutify theme cart page.
Initial Solutions Offered:
- Multiple developers provided CSS code snippets to hide the delivery date element by adding custom code to theme.css or theme.liquid files
- These solutions involved targeting specific CSS classes like
.dbtfy-delivery-datewithdisplay: noneproperties
Simpler Solution Identified:
- A later participant pointed out that this feature can be disabled directly through the theme customization interface
- Navigate to: Theme Customization → Debutify Paid Widgets → Find “Delivery date” checkbox → Uncheck it
- This built-in option eliminates the need for any custom code modifications
Resolution:
The discussion concluded with confirmation that the no-code approach works effectively, saving time and avoiding potential theme file complications. The thread demonstrates a common pattern where complex technical solutions were initially proposed for what turned out to be a simple settings adjustment.