> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/concept-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/concept-documentation/theme-settings/colors.md).

# Colors

**Colors** allows you to choose a normal color for background, text, links, etc.

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme Settings ->** **Colors**.

#### **Cart bubble**

<table><thead><tr><th width="244">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Cart bubble text</td><td>Set the color for the cart bubble text.</td></tr><tr><td>Cart bubble background</td><td>Set the background color for the cart bubble.</td></tr><tr><td>Cart bubble background gradient</td><td>Set the background gradient for the cart bubble.</td></tr></tbody></table>

#### **Price**

<table><thead><tr><th width="242">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Default price</td><td>Set the color for the default price.</td></tr><tr><td>Sale price</td><td>Set the color for the sale price.</td></tr></tbody></table>

#### **Rating**

<table><thead><tr><th width="242">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Star icon color</td><td>Set the color for the star icon.</td></tr></tbody></table>

#### **Badges**

<table><thead><tr><th width="241">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Sale badge text</td><td>Set the color for the sale badge text.</td></tr><tr><td>Sale badge background</td><td>Set the background color for the sale badge.</td></tr><tr><td>Sold out badge text</td><td>Set the color for the sold out badge text.</td></tr><tr><td>Sold out badge background</td><td>Set the background color for the sold out badge badge.</td></tr></tbody></table>

#### **Social media**

<table><thead><tr><th width="241">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Social media icon</td><td>Set the color for the social media icon.</td></tr><tr><td>Social media background</td><td>Set the background color for the social media.</td></tr><tr><td>Social media background gradient</td><td>Set the background gradient for the social media.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://halosoft.gitbook.io/concept-documentation/theme-settings/colors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
