https://github.com/elpuas/appderma
Appderma Storefront Child Theme
https://github.com/elpuas/appderma
child storefront theme woocommerce
Last synced: 7 months ago
JSON representation
Appderma Storefront Child Theme
- Host: GitHub
- URL: https://github.com/elpuas/appderma
- Owner: elpuas
- Created: 2017-03-05T01:07:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T00:55:52.000Z (about 9 years ago)
- Last Synced: 2025-01-04T17:20:22.669Z (over 1 year ago)
- Topics: child, storefront, theme, woocommerce
- Language: CSS
- Homepage: https://www.appderma.com
- Size: 2.93 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.woocommerce.com/documentation/themes/storefront/)
* [StoreFront Child Themes](https://woocommerce.com/product-category/themes/storefront-child-theme-themes/)
* [StoreFront Extensions](https://woocommerce.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)