# Custom CSS

{% embed url="<https://www.youtube.com/watch?v=Aw4UhrR-nOw>" %}

Flexi gives you full control over styling with custom CSS, whether you want to target a single block or apply changes across your entire theme.

{% stepper %}
{% step %}

#### Enable Developer Mode

In the theme customizer, open a section or block and toggle on Developer Mode. This reveals advanced styling options.
{% endstep %}

{% step %}

#### Add a Custom Class

Enter a custom class name into the text input. This lets you target that specific section or block in your CSS.
{% endstep %}

{% step %}

#### Write Your CSS

You have two options:

* Local CSS → Write CSS directly in the section or block for one-off adjustments.
* Global CSS → Add your styles inside the Flexi app embed to apply them site-wide.
  {% endstep %}
  {% endstepper %}

This setup makes it easy to keep styles organized. Use local CSS for quick tweaks, and global CSS for consistent, brand-wide changes.


---

# 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://flexi-library.gitbook.io/flexi-slider-sections/docs/custom-css.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.
