> For the complete documentation index, see [llms.txt](https://docs.storylane.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storylane.io/hubs-docs/creating-hubs/styling-hubs.md).

# Styling Hubs

* **General Styling**: Select font family, background color, and text styles (heading and description size/color).
* **Header & CTA Styling**: Configure primary and secondary CTA colors (base color, text color, text size). Ensure high contrast for accessibility.
* **Section Styling** (Multi-Layout only): Customize section title size/color, card background, title size, and hover message styling.

<figure><img src="/files/90NQpA65AOPVLhsj0f2d" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
**Pro tip:** Use your brand's primary action color for CTAs. Keep card backgrounds subtle so content thumbnails stand out.
{% endhint %}


---

# 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://docs.storylane.io/hubs-docs/creating-hubs/styling-hubs.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.
