Bird Pickup & Delivery Bird Pickup & Delivery
Back to FAQs
FAQs

How can I hide my store's location/address in the cart widget?

Updated June 3, 2026

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 Bird Settings > 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 & 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:

  1. Use the CSS method above to hide it from the cart widget
  2. Disable the “Pre-populated pickup option in checkout” setting
  3. 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.


Was this article helpful?