- Install WordPress on your hosting environment
- Install and activate the Divi parent theme (requires Elegant Themes license)
- Confirm Divi is active and the Visual Builder loads on a test page
- Build the theme zip:
./build.sh - In WP Admin: Appearance > Themes > Add New > Upload Theme
- Upload
build/mrdemonwolf.zipand activate it - Confirm the child theme is active (check Appearance > Themes)
Import these in the exact order listed. Files are in the supplementary/ folder of the repo (not in the zip).
- Theme Options — Divi > Theme Options > Import/Export > Import
- File:
MrDemonWolf Divi Theme Options.json
- File:
- Theme Builder Templates — Divi > Theme Builder > Import/Export > Import
- File:
MrDemonWolf Divi Theme Builder Templates.json
- File:
- Customizer Settings — Divi > Theme Customizer > Import/Export > Import
- File:
MrDemonWolf Divi Theme Customizer Settings.json
- File:
- Divi Library Layouts — Divi > Divi Library > Import/Export > Import
- File:
MrDemonWolf Divi Theme Builder Layouts.json
- File:
- All Content (XML) — Tools > Import > WordPress > Run Importer
- File:
All Content.xml - Check "Download and import file attachments"
- Map the author to your WP admin user
- File:
- Set Homepage — Settings > Reading > Static page > select "Home"
- Set Blog Page — Settings > Reading > Posts page > select "Blog" (or "Blog grid")
- Assign Menu — Appearance > Menus > assign "Navigation" to Primary Menu location
- Check Service CPT — Confirm service posts appear under the Services menu
- Verify Media — Check that imported images loaded correctly (re-upload any missing ones)
Brand colors are controlled by Divi Global Colors, not in theme files.
To change colors in the UI:
- Go to Divi > Theme Customizer > General Settings > Design Variable Manager
- Edit the global color variables to your preferred palette
Current theme ships with a neutral teal palette (#1e8a8a). Update Divi global colors to your preferred palette.
Hardcoded colors in style.css (change manually if rebranding):
#ecf0f0 (background), #c9d1d1 (borders/muted).
Based on #00ACED and #091533 (from the MrDemonWolf logo):
Blue #00ACED shades:
| Shade | Hex | Use case |
|---|---|---|
| Light | #6BC8F6 |
Highlights, light backgrounds, tags |
| Base | #00ACED |
Primary buttons, links, accents |
| Hover | #008ABD |
Button hover (darker), active states |
Dark navy #091533 shades:
| Shade | Hex | Use case |
|---|---|---|
| Base | #091533 |
Headings, dark backgrounds, overlays |
| Hover | #0F2147 |
Hover-lighten on dark elements |