10+
February 28, 2026
January 31, 2026
Settings Manager for Elementor provides granular control over Elementor settings export and import with more flexibility than native tools.
Why is granular important? It allows you to export or import only what you need, e.g., you may create several variants of breakpoints settings, which you can later reuse on the same site or some other site without overwriting other settings.
Design System
* Global Colors – Predefined and custom global colors
* Global Fonts – Predefined and custom global fonts
Theme Style
* Typography – Body, headings, links, paragraph spacing
* Buttons – Default button styling and hover states
* Images – Border, shadow, filters for images
* Form Fields – Label, field, and focus state styling
* Hello Theme Header/Footer Settings (when Hello Elementor is active)
Settings
* Site Identity (Text) – Site name and description
* Site Identity (Media) – Logo and favicon (separate from text)
* Background (Style) – Color, gradient, and settings
* Background (Image) – Background image (separate from style)
* Layout – Container width, padding, widget spacing
* Breakpoints – Responsive breakpoint values
* Lightbox – Colors and behavior
* Page Transitions – Page transition animations (requires Elementor Pro) (PRO)
* Preloader Settings – Animation and style (requires Elementor Pro) (PRO)
* Preloader Media – Icon and image (requires Elementor Pro) (PRO)
* Custom CSS – Global custom CSS code (requires Elementor Pro) (PRO)
Backend Settings
* General – Post types, colors, fonts, tracking
* Integrations – API keys (Google Maps, reCAPTCHA, etc.)
* Advanced – Editor settings, file uploads, Google Fonts
* Performance – CSS print method, lazy loading
* Features – Elementor experiments and stable features
* Hello Theme Settings (when Hello Elementor is active)
Multisite Network Import:
* Import settings to multiple network sites simultaneously
* Real-time progress tracking with site-by-site status
* Cancel import anytime
* Sites without Elementor are automatically skipped
WP-CLI Commands:
wp semfe export <file> [--categories=<categories>]
Export settings to JSON file.
wp semfe import <file|url> [--categories=<categories>] [--strategy=merge|replace] [--sites=<sites>]
Import settings from file or URL. Use –sites for multisite network import.
wp semfe list-categories [--format=table|json]
List available categories.
⚠️ Important:
This plugin manages Elementor settings only.
It does not export content, templates, themes, plugins, or custom files.
/wp-content/plugins/settings-manager-for-elementor/ or install through the WordPress plugins screen.No. Settings Manager for Elementor works with the free version of Elementor. However, some categories (Page Transitions, Preloader, Custom CSS) require Elementor Pro because those features only exist in Elementor Pro.
The strategy applies to Global Colors and Global Fonts only:
Merge (recommended):
* Matches items by their unique ID
* Updates existing items with imported values
* Adds new items from import
* Preserves existing custom items not in the import file
Replace:
* Completely replaces all colors or typography
* Existing custom items are removed
* Use when you want exact replication
These categories are unchecked by default because they typically need manual setup per site:
The Integrations category can contain API keys, so it is also not selected by default. Important notes:
Generally yes. The plugin exports version information for reference, but settings are imported based on category structure. Minor version differences usually work fine. For major version jumps, test on a staging site first.
Click the hamburger menu (three lines) in the top-left corner of the Elementor editor, then click “Settings Manager”. This opens the admin page in a new tab.
The free version works on multisite installations for single-site export/import. Batch importing to multiple network sites simultaneously requires the PRO version.
Settings Manager PRO includes three WP-CLI commands:
Export:
wp semfe export /path/to/settings.json
wp semfe export /path/to/settings.json –categories=global_colors,global_typography
Import:
wp semfe import /path/to/settings.json
wp semfe import /path/to/settings.json –strategy=replace
wp semfe import https://example.com/settings.json
Multisite import:
wp semfe import /path/to/settings.json –sites=2,3,4
wp semfe import /path/to/settings.json –sites=all
List categories:
wp semfe list-categories
wp semfe list-categories –format=json
Sites without Elementor active are automatically skipped.
Yes! Settings Manager automatically creates a backup of all your current settings before every import operation. Backups are stored in wp-content/uploads/[sites/{id}/]semfe/auto-backup/ and kept for 30 days. The backup files use the same JSON format as exports, so you can restore them using the normal import process.
This happens automatically – no action required. If something goes wrong during import, simply import the backup file to restore your previous settings. Still, we recommend that you also have a full site backup.