Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.04 KB

Divi Child theme

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.

Getting Started

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.

Prerequisities

What things you need to install the software and how to install them

Using gulp

You need to install the node packages first, run:

npm install

Then run gulp to launch the sass watcher and compiler

gulp

License

This project is licensed under the MIT License - see the LICENSE.md file for details