.css file. Before any changes are applied, you review a diff that shows which classes are brand new and which existing classes would be overwritten. Nothing is committed to Elementor until you confirm.
Import Methods
Raw CSS Paste
Paste CSS text directly into the input area. Use this when you have CSS on your clipboard from a design tool export, a code editor, or another plugin.
URL Fetch
Enter the public URL of a hosted
.css file. AtomicKit fetches the file and parses it for you. The URL must be publicly accessible — authenticated or locally hosted files cannot be fetched.File Upload
Drag and drop a
.css file onto the upload zone, or click Browse to select one from your computer. Only .css files are accepted.Understanding the Diff Preview
After you provide CSS through any of the three methods, AtomicKit parses the input and displays a diff preview before making any changes. The diff has two sections:| Section | What it shows |
|---|---|
| New | Classes found in the imported CSS that do not yet exist in your Elementor registry — these will be added |
| Overwrite (Existing) | Classes in the imported CSS whose names match classes already in Elementor — importing will replace their current property values |
Classes listed under New are safe additions. Classes listed under Overwrite will replace existing property values on those classes — the original values will be lost unless you have a snapshot to restore from.
Completing an Import
Open the Import Center
In your WordPress admin, go to Elementor → AtomicKit and select the Import tab.
Choose an input method and provide the CSS
Select Paste, URL, or File Upload and provide your CSS source. For URL fetches, click Fetch to retrieve the file. For file uploads, drag the file onto the upload zone or click Browse.
Review the diff preview
Read through the New and Overwrite sections. Confirm that the classes being added or replaced are exactly what you intend. If anything looks wrong, click Cancel to start over without making any changes.
After Import
Once confirmed, all imported classes appear in the Class Manager immediately. You can edit any imported class, assign it to elements in the Elementor editor, or export the updated set using the Export Center.Related
- Export — package your design system for backup or team sharing
- Snapshot History — save a restore point before importing