> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/build-pages/how-do-i-create-replace-or-name-a-custom-style-in-my-maker-story.md).

# How do I create, replace, delete, or name a custom style in my Maker story?

{% stepper %}
{% step %}

### Select the text you are formatting and would like to save as a new custom style in the story.

<figure><img src="/files/Sap0i0gTOE572E5oQVSQ" alt="How do I create, replace, delete, or name a custom style in my Maker story? — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Make the style edits using the text contextual panel on the right.

<figure><img src="/files/hV9AvbIVUPMuvjlwNGYf" alt="How do I create, replace, delete, or name a custom style in my Maker story? — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### If you change the default theme styles, you will notice an asterisk show next to the style name. Likewise, you will see an asterisk with the original style name if the style was previously edited. So, for example, if an H1 style was formatted, you will see Heading1\* as the style name, simply indicating that the H1 style has been edited and no custom style has been saved.

<figure><img src="/files/xEqbpOG5STRcBhWh5RIs" alt="How do I create, replace, delete, or name a custom style in my Maker story? — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on the dropdown menu and select "Save as a custom style"

<figure><img src="/files/2drxBfdGcviwiZPLRLVp" alt="How do I create, replace, delete, or name a custom style in my Maker story? — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Now you have a new custom style called "Body #1" for example

<figure><img src="/files/XBo8CigMHnUKGyUoooh5" alt="How do I create, replace, delete, or name a custom style in my Maker story? — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### To rename this new custom style, click on the pencil icon next to the style name.

<figure><img src="/files/hctFuK8y3nQDmAqOfZYh" alt="How do I create, replace, delete, or name a custom style in my Maker story? — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Rename the custom style and click on OK

<figure><img src="/files/8ZfeByzqLhXrdvwf8rL0" alt="How do I create, replace, delete, or name a custom style in my Maker story? — step 7"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Alert! Don't forget to format this style on tablet and mobile breakpoints.

{% endstep %}

{% step %}

### Tip! once the style has been formatted, you can apply that style to other text in the story by selecting the text in the editor and using the style dropdown on the text contextual panel.

{% endstep %}

{% step %}

### To replace this style with another style saved in the story , click on the x icon next to the style name

<figure><img src="/files/4i0ApGIafbvcsFoL0IqA" alt="How do I create, replace, delete, or name a custom style in my Maker story? — step 10"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You will be prompted to pick a replacement style. Pick the new style and click on OK.

<figure><img src="/files/dFLNK6xwDdzVsXVndGmr" alt="How do I create, replace, delete, or name a custom style in my Maker story? — step 11"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.maker.co/maker-pages/build-pages/how-do-i-create-replace-or-name-a-custom-style-in-my-maker-story.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.
