Theme Name: Blueprint Description: Architecture inspired HTML5 and CSS 3 theme. Great for designers, architects, engineers, and anyone who wants a clean, modern, yet colorful theme. Author: Nestiv Version: 1.0 Tags: black, blue, brown, gray, green, orange, pink, purple, red, white, yellow, dark, light, one-column, fixed-width, custom-background, custom-colors, custom-header, sticky-post, threaded-comments License: GNU General Public License v2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html Theme URI: Author URI: http://www.nestiv.com Based off the Fiver theme by stinkyink. Custom Headers For a transparent background the image needs to be the exact size mentioned in functions.php. When WordPress crops an image it gets saved as a .jpg, removing transparency. To work around this edit the functions.php file by visiting the Editor page under the Appearance menu. Look for the following code about 4/5 of the way down. define( 'HEADER_IMAGE_WIDTH', apply_filters( 'header_image_width', 505 ) ); define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'header_image_height', 150 ) ); Edit the width and height to fit the image you wish to use. Use 505 or less for the width. BE CAREFUL, and if you accidently break your site, reinstall the theme. After saving the changes you can upload your file and maintain transparency. Custom Theme To create your own color theme, select the "Custom" theme on the Theme Options page under the Appearance menu. Then navigate to the Editor page listed under the Appearance menu and select custom.css. For beginners, use the colors to help pinpoint what values you want to edit. == Change Log ==