# Styles

You can style the way your [*Pages*](/features/pages.md) and controls will be displayed in a browser.

The Styles Editor makes it easy to create styles without knowing the details of [Cascading Style Sheets (CSS)](https://www.w3schools.com/css/css_intro.asp).

Note: Styles defined in the Styles Editor have a very high specificity and are difficult to override.

***

{% embed url="<https://www.youtube.com/embed/GCw4VKCTHRI?autoplay=1&rel=0&vq=1080>" %}
Add styles
{% endembed %}

***

### How to use the [Styles](/features/styles.md) Editor

1. Select [Styles](/features/styles.md) from the menu on the left.
2. To set 'global' styles, select the Control for which you want to set styles (e.g. *Button*).
3. To set 'inline' styles for specific instances of a control, select the control listed on the relevant page for which you want to set styles (e.g. *Button1 on the StartPage*).
4. Select the relevant style values (e.g. blue) for the style parameters you want to set (e.g. the font color).

Note:

* Global styles will apply to all the instances of the particular control type (e.g. button).
* [Styles](/features/styles.md) you set for a specific instance of a control will override the global style settings.
* If you also created styles with the StyleSheet editor, for any duplicate 'global' styles the styles from the stylesheet will override the styles created with the [Styles](/features/styles.md) Editor.

![](/files/0Rv2ilLoBr3wHEJOIK04)


---

# 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.stadium.software/features/styles.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.
