# Variant pills

{% hint style="info" %}
Variant pills are one way of displaying your product variants. [Learn more](https://help.shopify.com/en/manual/online-store/themes/theme-structure/page-types#variant-picker-block)
{% endhint %}

**Variant Pills** allow you to customize the style of variant pills (not dropdown style) in the theme.

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 ->** **Variant Pills.**

#### **Border**

<table><thead><tr><th width="242">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Thickness</td><td>Set the width of an variant pill's four borders. Can be from <strong>0px</strong> to <strong>12px</strong>, increasing arithmetically of <strong>1px</strong> (pixel). </td></tr><tr><td>Opacity</td><td>Sets the opacity level for an variant pill's four borders. Can be from <strong>0%</strong> to <strong>100%</strong>, increasing arithmetically of <strong>5%</strong>. </td></tr><tr><td>Corner radius</td><td>Set the radius of the variant pill's corners. Can be from <strong>0px</strong> to <strong>40px</strong>, increasing arithmetically of <strong>1px</strong> (pixel). </td></tr></tbody></table>

#### **Shadow**

<table><thead><tr><th width="241">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Opacity</td><td>Sets the opacity level for an variant pill's shadow. Can be from <strong>0%</strong> to <strong>100%</strong>, increasing arithmetically of <strong>5%</strong>. </td></tr><tr><td>Horizontal offset</td><td>The horizontal offset of the shadow. A positive value puts the shadow on the right side of the variant pill, a negative value puts the shadow on the left side of the variant pill. Can be from <strong>-12px</strong> to <strong>12px</strong>, increasing arithmetically of <strong>1px</strong> (pixel). </td></tr><tr><td>Vertical offset</td><td>The vertical offset of the shadow. A positive value puts the shadow below the variant pill, a negative value puts the shadow above the variant pill. Can be from <strong>-12px</strong> to <strong>12px</strong>, increasing arithmetically of <strong>1px</strong> (pixel). </td></tr><tr><td>Blur</td><td>The blur radius. The higher the number, the more blurred the shadow will be. Can be from <strong>0px</strong> to <strong>20px</strong>, increasing arithmetically of <strong>5px</strong> (pixel). </td></tr></tbody></table>


---

# 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://halosoft.gitbook.io/concept-documentation/theme-settings/variant-pills.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.
