30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

Set Active Elementor Kit

elementor/set-active-kit switches the site-wide active Elementor kit, and invalidates the Elementor CSS cache across the site.

It is the largest single visual change available here.

At a glance

Abilityelementor/set-active-kit
ToolsetElementor — toolset/elementor
GroupElementor › Kits & Global Styles
RequiresElementor, active on the site
Capabilitymanage_options
SafetyWrites data
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

Every global reference on every page resolves through the active kit. Switching it restyles the entire site in one write — colours, typography, buttons, forms, content width, breakpoints.

Nothing in the content changes. Elements keep their structure and their local overrides, which is why a site with many local overrides restyles only partially and looks inconsistent afterwards rather than simply different.

The CSS cache is invalidated automatically, because a kit switch without regeneration would leave every page serving the old kit’s CSS — a site that looks completely unchanged until something else happens to regenerate.

Switching back is one call, and it is worth knowing that before trying a kit rather than after. The operation is reversible; what is not reversible is any editing done while the other kit was active.

Idempotent.

Input

NameTypeRequiredWhat it is
kit_idintegerYesThe kit to make active.

What comes back

NameTypeWhat it is
kit_idintegerThe now-active kit.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

Switch to the new brand kit.

It resolves to one call:

{
  "ability": "elementor/set-active-kit",
  "parameters": {
    "kit_id": 720
  }
}

Worth knowing

  • Restyles the whole site in one write.
  • Local overrides do not follow, so heavily overridden sites restyle partially.
  • The CSS cache is invalidated automatically.
  • Reversible in one call.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading