# Address Management Page

**What You’ll Learn**

* How to customize the customer address management page in the legacy account system
* Where to adjust labels, colors, and image settings

***

The address management page lets logged-in customers view, add, or update their saved shipping addresses. This page is part of the legacy customer account flow, and is accessible after login.

> 💡 Tip: You must log into your store preview through the Theme Editor to access and edit this page. Typing `/account/addresses` directly into the preview URL may not work unless you’re already logged in from within the customizer.

***

### Customizing the Address Management Page

Inside the Shopify Theme Editor, navigate to:

**Theme Editor → Customer account pages → `Customer addresses`**

You’ll find the following editable options:

#### 📸 Hero Image

* **Register Side Image** – Upload a banner image that appears at the top of the page.
* **Remove Account Hero Image** – Toggle to hide the image if not needed.
* **Curve Hero Image** – Adds rounded corners to the hero banner.

> 💡 Tip: Keep your image lightweight (under 1MB) for fast load times.

***

#### 📝 Header & Button Text

Customize these fields to match your tone and voice:

* **Header Text** – Example: “Manage Your Addresses”
* **Add New Address Text** – Button label shown above the address form

***

#### 🎨 Color Settings

All text and button colors are fully customizable:

* **Back Arrow Color** – Shown in the header to navigate back
* **Header Title Color** – Main title text
* **Link & Button Colors** – Change colors for:
  * Add, Edit, and Delete Address links
  * Divider lines
  * Input fields
  * Submit buttons (background and text)

***

#### 🖍️ Example Settings

* **Form Btn Color**: `#9F9F9F`
* **Form Btn Text Color**: `#FFFFFF`
* **Address Line Divider Color**: `#9F9F9F`
* **Input Text Color**: `#777777`

> ⚠️ Warning: Using low-contrast color combinations can hurt accessibility. Make sure text stands out against the background.

***

Once saved, customers will be able to:

* See existing shipping addresses
* Add new ones using the custom labels and button text
* Edit or delete saved locations with your stylized UI

### **Need Help?**

* 💬 **Join our community on Discord:** <https://discord.gg/hcc2GvgZc6>
* 📧 **Email us at:** <support@openspaces.design>
* 💻 **Live chat with us:** Available Monday–Friday, 10AM–6PM EST, directly on our website


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openspaces.design/readme-1/customer-accounts/address-management-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
