# Storefront Child Theme

The StoreFront Child Theme is a starter blank child theme for WooThemes StoreFront WooCommerce theme.

## Installation

1. Download the child theme from it's GitHub Repository [Download StoreFront Blank Child Theme](https://github.com/stuartduff/storefront-child-theme).
2. Goto WordPress > Appearance > Themes > Add New.
2. Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.

## Useage

This child theme is designed to be used as a starter theme for the WooCommerce StoreFront theme which you can download for free below.

* [Download WooCommerce StoreFront Theme](https://wordpress.org/themes/storefront/)
* [StoreFront Documentation](http://docs.woothemes.com/documentation/themes/storefront/)
* [StoreFront Child Themes](http://www.woothemes.com/product-category/themes/storefront-child-theme-themes/)
* [StoreFront Extensions](http://www.woothemes.com/product-category/storefront-extensions/)

Custom PHP that you write should be added to the child themes functions.php file whilst any custom CSS should be added to the child themes style.css file.

There is also a style.scss file within the /assets/sass/ folder that can be used if you wish to write [SASS - Syntactically Awesome Style Sheets](http://sass-lang.com/) based styles which can then be compiled into the style.css file using an app like [CodeKit](https://incident57.com/codekit/) for OSX or [PrePros](https://prepros.io/) for Windows.

The blank child theme itself has no functionality and if you would like to learn more about child themes for WordPress see this documentation below.

* [WordPress Child Themes](https://codex.wordpress.org/Child_Themes)

