Hi-
So I've created a child theme from TwentyEleven, and used the following code to import the stylesheet. I removed everything else besides the Name, Description, etc. so it looks like this right now:
/*
Theme Name: Child Theme for twenty eleven.
Theme URI: http://www.example.com
Author: Name
Author URI: http://www.example.com
Description: Child theme of TwentyEleven.
Template: twentyeleven
*/
@import url("../twentyeleven/style.css");
However, now I have to re-upload all my custom headers in order to add them onto my child theme. Any way to avoid this?
EDIT: The above code is ALL thats in my child theme's style.css