Articles on: FAQs

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:


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.

Updated on: 10/29/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!