Element Properties
Every element on your page can be edited directly. Hover an element on the canvas and a small toolbar appears with two options: edit and delete.
- Edit (pencil). Open the element's Properties panel to customize it.
- Delete (trash). Remove the element from the page.
The Properties panel
Click the edit (pencil) icon and the Properties panel opens on the right. It has two tabs, Controls and Inspector, an Ask Buddy bar, and a set of collapsible sections for everything about the element. A Reset button at the bottom returns the element to its defaults.

Edit with Buddy
At the top of the panel is an Ask Buddy… bar. Instead of adjusting the controls yourself, describe the change you want (for example make this heading bigger and center it) and Buddy updates the element for you.
Element Info
The Element Info section shows the element's Text Content and its CSS classes. Edit the text, and add or remove classes on the element.

CSS Class
The CSS Class section shows the classes on the element and lets you edit the CSS rule for a class. Changes to a class apply to every element using that class in the block.

Design
The Design section styles the element visually:
- Typography, size, weight, line height, spacing, text color, alignment, decoration, transform, and style (Normal / Italic).
- Background, the fill color.
- Borders, radius, width, color, and style.
- Shadow, box shadow.

Layout
The Layout section controls how the element is placed and sized:
- Display, Block, Flex, or Grid.
- Spacing, padding and margin.
- Size, width, height, and min/max width.
- Position, position and z-index.

Advanced
The Advanced section is for finer control:
- Opacity, Overflow, Cursor, and Visibility.
- Transition and Transform.
- Custom CSS, write CSS that applies to this element only.


