This is Wordpress child theme for Divi theme of Elegant Themes: https://www.elegantthemes.com/gallery/divi/. It comes with a custom css file built with sass and also a app.js to drop your custom js in there. Please send suggestion of improvement.
Simply clone the repository, zip it up and upload to your wordpress theme folder /wp-content/themes/. If you want to use the sass and compile it, we recommand using gupl as there is a gulpfile setup already.
What things you need to install the software and how to install them
- Divi theme - https://www.elegantthemes.com/gallery/divi/
- NPM (optionnal) - if you want to compile the sass file
You need to install the node packages first, run:
npm install
Then run gulp to launch the sass watcher and compiler
gulp
This project is licensed under the MIT License - see the LICENSE.md file for details