> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/slab/getting-started/global-settings/borders-settings.md).

# Borders

Border settings in **Theme settings > Borders** control corner radius and border width for buttons, form inputs, and other page elements across the storefront.

## How to change theme borders

{% stepper %}
{% step %}

#### Adjust radius

* Open **Theme settings > Borders**.
* Under **Radius**, set **Button radius**, **Input radius**, and **Element radius**.
  {% endstep %}

{% step %}

#### Adjust width

* Under **Width**, set **Button width**, **Input width**, and **Element width**.
  {% endstep %}

{% step %}

#### Preview the storefront

* Open key templates such as home, collection, product, and cart.
* Check buttons, fields, and cards on desktop and mobile before publishing.
  {% endstep %}
  {% endstepper %}

### Notes on borders

* **Button** and **Input** settings apply to those components; **Element** applies more broadly to other bordered surfaces.
* A width of **0** removes the visible border for that category where the theme uses these values.
* Input outline shape also works with **Border position** under **Theme settings > Inputs** (full border vs bottom edge only).

## Border settings

### Radius

| Setting        | What it controls                                                 |
| -------------- | ---------------------------------------------------------------- |
| Button radius  | Corner radius for buttons (0–50 px, default 50 px).              |
| Input radius   | Corner radius for form inputs (0–50 px, default 50 px).          |
| Element radius | Corner radius for general page elements (0–50 px, default 5 px). |

### Width

| Setting       | What it controls                                                   |
| ------------- | ------------------------------------------------------------------ |
| Button width  | Border thickness for buttons (0–5 px, default 1 px).               |
| Input width   | Border thickness for inputs (0–5 px, default 1 px).                |
| Element width | Border thickness for general page elements (0–5 px, default 1 px). |


---

# 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://help.brickspacelab.com/slab/getting-started/global-settings/borders-settings.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.
