View Single Post
  #5  
Old 06-24-2012, 09:07 AM
tarunramesh tarunramesh is offline
Registered User
 
Join Date: Jun 2012
Posts: 4
Default

Quote:
Originally Posted by andrea_r View Post
Bones is not an official Studiopress product. It is 3rd party. If you need support for it, you will have to ask the author.

You may just find it a whole lot easier to use the sample child theme as I suggested and edit the style.css in there. It has everything listed you could possibly want to edit and it just plain css.
So what your suggesting is, just create a empty functions.php file and a css file with the following

/*
Theme Name: Sample
Theme URI: http://www.yourdomain.com/
Description: This is a sample child theme created for the Genesis Framework.
Author: Your Business Name
Author URI: http://www.yourbusiness.com/

Version: 1.0

Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns

Template: genesis
Template Version: 1.7.1

License: GNU General Public License v2.0
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

Filling in my own stuff and then from there I can start making css changes and I am good to go?