Skip to main content

Selector Builder in the Editor

· 2 min read

We’re excited to introduce the Selector Builder in the editor, making it easier than ever to create and refine CSS selectors for your experiments.

The Selector Builder gives you full control over the elements you want to target while keeping the process visual and intuitive. Instead of manually writing complex CSS selectors, you can now add, change, or remove parts of a generated selector directly in the editor.

Undo Style Changes in the Editor

· One min read

We’re excited to introduce the Undo Style Change feature in the editor, designed to give you more control and confidence when modifying element styles in your experiments.

Now, you can quickly see what has been changed on any element and revert individual style changes without affecting other edits.

Insert Operation in the Visual Editor

· 3 min read

We’ve added a new Insert operation to the Visual Editor, giving you an easy way to inject custom HTML directly relative to elements on the page.

With this feature, you can insert HTML before, after, inside the beginning, or inside the end of any selected element — all without writing custom DOM-handling logic.