-
Notifications
You must be signed in to change notification settings - Fork 42
CSS Path
Andy Tran edited this page Dec 11, 2015
·
2 revisions
If you don't have any experience working with preprocessors, this is the best path for you.
The first step to getting start with building a child theme is cloning this repo. If you don't have Git installed, you can download the ZIP file and drop it into your wp-content/themes
folder.
- Let's start by navigating to your
wp-content/themes
folder instead your WordPress directory. - Once you're there, open
terminal
in the current folder. - Now with
terminal
, use the following commands to clone:git clone [email protected]:elegantthemes/divi-child-theme-init.git
Now that you have the repo cloned or installed, you can start development.
- If you haven't already, navigate to your
divi-child-theme-init folder
. - Open up
style.css
in your favorite editor and code away!