# How to make the embed match your brand

> Your accent color, name, icon and language — plus URL parameters to hide any part of the editor

- **URL**: https://orshot.com/help/embed-customize-appearance

---

The embedded editor should feel like *your* product. Two layers of control:

## Brand settings (General)

In **Orshot Embed** settings, expand **General**:

![The General section with brand styling options](https://orshot.com/help/embed/general-1-branding.webp)

- **Accent color** — buttons, highlights and interactive elements match your brand
- **Embed title** — your product's name instead of the workspace name
- **Custom icon** — your square logo (min 128×128px) replaces the Orshot icon
- **Default language** — initial interface language (users can switch if you allow it)

## Hide parts of the editor (URL parameters)

Add `hide=` to the embed URL with any of these, comma-separated:

| Token | Hides |
| --- | --- |
| `templateBar` | Top-left menu, save and template actions |
| `pagesBar` | Page controls (add, duplicate, reorder) |
| `toolsBar` | Bottom toolbar (zoom + insert tools) |
| `stylesSidebar` | The styling sidebar |
| `videoBar` | Video timeline/playback controls |
| `metaBar` | The template-info button |```text
https://orshot.com/embeds/YOUR_ID?hide=templateBar,pagesBar,metaBar
```## Related