Skip to content

stuartduff/storefront-child-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  2. Goto WordPress > Appearance > Themes > Add New.
  3. Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now.
  4. Click Activate to use your new theme right away.

Usage

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

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 based styles which can then be compiled into the style.css file using an app like CodeKit for OSX or PrePros 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.