Wraps each word in the site title in a span tag for separate styling.
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: http://savvyjackiedesigns.com/genesis-site-title-styles-plugin/
- WordPress 3.8
- Genesis 2.0
- Download the latest tagged archive (choose the "zip" option).
- Go to the Plugins -> Add New screen and click the Upload tab.
- Upload the zipped archive directly.
- Go to the Plugins screen and click Activate.
- Download the latest tagged archive (choose the "zip" option).
- Unzip the archive.
- Copy the folder to your
/wp-content/plugins/
directory. - Go to the Plugins screen and click Activate.
Check out the Codex for more information about installing plugins manually.
Using git, browse to your /wp-content/plugins/
directory and clone this repository:
git clone [email protected]:savvyjackie/genesis-site-title-styles.git
Then go to your Plugins screen and click Activate.
Built by Jackie D'Elia Copyright 2015 Jackie D'Elia and Ginger Coolidge
Props to Ginger Coolidge for the idea for the plugin and testing.
Props to Carrie Dils for editing suggestions and walking us through deployment.