# Genesis Site Title Styles

Wraps each word in the site title in a span tag for separate styling.

## Description

This plugin adds a span tag to each word in the Genesis site title. Each word in the title need to be separated by a space. You can style each word using css and target the span with the nth-child() selector. Based on code initially created by Carrie Dils post: http://www.carriedils.com/custom-site-title-genesis/

Why we wrote this plugin: https://jackiedelia.com/genesis-site-title-styles-plugin/


## Requirements
 * WordPress 3.8
 * Genesis 2.0

## Installation

### Upload

1. Download the latest tagged archive (choose the "zip" option).
2. Go to the __Plugins -> Add New__ screen and click the __Upload__ tab.
3. Upload the zipped archive directly.
4. Go to the Plugins screen and click __Activate__.

### Manual

1. Download the latest tagged archive (choose the "zip" option).
2. Unzip the archive.
3. Copy the folder to your `/wp-content/plugins/` directory.
4. Go to the Plugins screen and click __Activate__.

Check out the Codex for more information about [installing plugins manually](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

### Git

Using git, browse to your `/wp-content/plugins/` directory and clone this repository:

`git clone git@github.com:jdelia/genesis-site-title-styles.git`

Then go to your Plugins screen and click __Activate__.


## Credits

Built by [Jackie D'Elia](https://twitter.com/jdelia)
Copyright 2015 [Jackie D'Elia](https://jackiedelia.com/) and [Ginger Coolidge](https://twitter.com/gscoolidge)

Props to [Ginger Coolidge](https://twitter.com/gscoolidge) for the idea for the plugin and testing.

Props to [Carrie Dils](https://twitter.com/cdils) for editing suggestions and walking us through deployment.
