> For the complete documentation index, see [llms.txt](https://manual.bubble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.bubble.io/~/changes/oSsRRFoN6bhUP7nqCRaz/core-resources/styles.md).

# Styles

## Element type&#x20;

Select a type from the dropdown, such as Alert, Group, or Repeating Group, to return the existing styles for that element.&#x20;

## Search by name

Type the name of an existing style, such as "Standard Alert," to find and edit that style.

## Apply theme

Add a visual identity to your application. Choose from Standard, Dark Theme, Twitter Bootstrap, Material Design, TODC Bootstrap, or Dark, Flat, or Rounded UI. Choosing one of these themes will overwrite your app's predefined styles with different colors and angles.&#x20;

## Add style

Add a custom style to your application. Choose a name and element type, such as "Custom Alert" for "Alerts." Once you define this style's properties, you can apply this style throughout your app in that element's property editor.

## Find all elements using this style&#x20;

Access a shortcut to the App Search Tool, which will return a list of any elements currently using this style. Clicking on a result in the App Search Tool will take you to the location of that styled element in your application.&#x20;

## Make this style the default&#x20;

Any new elements of this type will automatically be created with this style, rather than the predefined styles that come with your application.

## Remove this style as the default

Any new elements of this type will no longer be created with this style. Unless you set another default for this element type, new elements will not have a style when created.&#x20;


---

# 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:

```
GET https://manual.bubble.io/~/changes/oSsRRFoN6bhUP7nqCRaz/core-resources/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.
