How can I hide my store's location/address in the cart widget?
Yes, you can hide your store's location/address from the cart widget for privacy or other business reasons. Here's how to do it:
Method: CSS Styling
Add the following CSS code to birdsettings > Widget design > Advanced styling:
.bcdp-location-address {
display: none !important;
}
This will hide the pickup location address from the cart widget while keeping the pickup option functional.
Important Considerations
Where customers will still see the address:
- Thank you page: If you've configured the pickup address to appear on the order confirmation page, customers will see it there after completing their order. Learn how to display delivery date and time on thank you and order status pages
- Checkout page: If you have enabled "Pre-populated pickup option in checkout" (found in Bird Settings > Pickup), customers will see the address during checkout before placing the order
- Order confirmation emails: The pickup address will appear in customer email notifications (if configured). See how to enable order confirmation email with slot date and time
Alternative: Hide until after order placement
If you want to completely hide your store address until after the order is placed, you'll need to:
- Use the CSS method above to hide it from the cart widget
- Disable the "Pre-populated pickup option in checkout" setting
- Only show the pickup address on the thank you page and in confirmation emails
This approach ensures customers only see your store location after they've committed to the purchase.
Updated on: 10/29/2025
Thank you!
